API Reference
Class
TablerNavigationBuilder
Builder for creating typed navigation structures.
Inheritance
- Object
- TablerNavigationBuilder
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method TablerNavigationBuilder.AddDivider
- Method TablerNavigationBuilder.AddItem
- Method TablerNavigationBuilder.AddRightItem
- Method TablerNavigationBuilder.AddSection
- Method TablerNavigationBuilder.BrandPlacement
- Method TablerNavigationBuilder.Chrome
- Method TablerNavigationBuilder.Dark
- Method TablerNavigationBuilder.ExpandAt
- Method TablerNavigationBuilder.FrostMode
- Method TablerNavigationBuilder.SidebarWidth
- Method TablerNavigationBuilder.SidebarWidthPreset
- Method TablerNavigationBuilder.Sticky
- Method TablerNavigationBuilder.Transparent
- Method TablerNavigationBuilder.UtilityPlacement
- Method TablerNavigationBuilder.WithPosition
- Method TablerNavigationBuilder.WithStyle
- Method TablerNavigationBuilder.WrapMode
Accepted by parameters
Constructors
public TablerNavigationBuilder() #Methods
public TablerNavigationBuilder AddDivider() #Returns:
TablerNavigationBuilderAdds a divider to the main navigation.
public TablerNavigationBuilder AddSection(String title) #Returns:
TablerNavigationBuilderAdds a non-clickable section title to the main navigation (useful for vertical nav).
Parameters
- title System.String
public TablerNavigationStructure Build() #Returns:
TablerNavigationStructureBuilds the navigation structure.
public TablerNavigationBuilder Chrome(TablerHeaderChrome chrome) #Returns:
TablerNavigationBuilderSets the visual chrome used by horizontal top navigation shells.
Parameters
- chrome HtmlForgeX.TablerHeaderChrome
public TablerNavigationBuilder Dark(Boolean dark = true) #Returns:
TablerNavigationBuilderMakes the navigation dark themed.
Parameters
- dark System.Boolean = true
public TablerNavigationBuilder FrostMode(TablerHorizontalFrostMode frostMode) #Returns:
TablerNavigationBuilderControls whether horizontal shells use stronger glowing panels or a quieter unified frost treatment.
Parameters
- frostMode HtmlForgeX.TablerHorizontalFrostMode
public TablerNavigationBuilder SidebarWidth(String cssWidth) #Returns:
TablerNavigationBuilderEditorBrowsable(2)Sets a custom CSS width used by vertical sidebar navigation shells.
Parameters
- cssWidth System.String
public TablerNavigationBuilder SidebarWidthPreset(TablerSidebarWidthPreset preset) #Returns:
TablerNavigationBuilderSets the width preset used by vertical sidebar navigation shells.
Parameters
- preset HtmlForgeX.TablerSidebarWidthPreset
public TablerNavigationBuilder Sticky(Boolean sticky = true) #Returns:
TablerNavigationBuilderMakes the navigation sticky.
Parameters
- sticky System.Boolean = true
public TablerNavigationBuilder Transparent(Boolean transparent = true) #Returns:
TablerNavigationBuilderMakes the navigation transparent (Tabler navbar-transparent).
Parameters
- transparent System.Boolean = true