API Reference
Class
TablerPrimarySupportRowBuilder
Semantic builder for high-signal decision rows with a dominant surface paired with one or more compact supporting panels.
Inheritance
- Object
- TablerPrimarySupportRowBuilder
Constructors
public TablerPrimarySupportRowBuilder() #Methods
public TablerPrimarySupportRowBuilder Add(Action<TablerColumn> build, TablerColumnNumber width) #Returns:
TablerPrimarySupportRowBuilderAdds a custom-width surface while preserving call order.
Parameters
- build System.Action{HtmlForgeX.TablerColumn}
- width HtmlForgeX.TablerColumnNumber
public TablerPrimarySupportRowBuilder Primary(Action<TablerColumn> build, TablerColumnNumber width = Eight) #Returns:
TablerPrimarySupportRowBuilderAdds the primary, dominant content block.
Parameters
- build System.Action{HtmlForgeX.TablerColumn}
- width HtmlForgeX.TablerColumnNumber = Eight
public TablerPrimarySupportRowBuilder Settings(Action<TablerPrimarySupportRowSettings> configure) #Returns:
TablerPrimarySupportRowBuilderGroups less-common row styling under a smaller fluent surface.
Parameters
- configure System.Action{HtmlForgeX.TablerPrimarySupportRowSettings}
public TablerPrimarySupportRowBuilder Support(Action<TablerColumn> build, TablerColumnNumber width = Four) #Returns:
TablerPrimarySupportRowBuilderAdds a compact supporting panel.
Parameters
- build System.Action{HtmlForgeX.TablerColumn}
- width HtmlForgeX.TablerColumnNumber = Four