API Reference
TablerHeaderNavbarStructure
Structure for header navbar.
Inheritance
- Object
- TablerHeaderNavbarStructure
Constructors
public TablerHeaderNavbarStructure() #Inherited Methods
Properties
public List<TablerNavigationItemConfig> Items { get; set; } #Gets or sets the list of items displayed on the left side of the navbar.
public List<TablerNavigationItemConfig> RightItems { get; set; } #Gets or sets the list of items displayed on the right side of the navbar.
public Boolean Dark { get; set; } #Gets or sets a value indicating whether a dark theme is used.
public Boolean Overlap { get; set; } #Gets or sets a value indicating whether the navbar overlaps page content.
public Boolean Sticky { get; set; } #Gets or sets a value indicating whether the navbar is sticky.
public TablerNavigationExpand Expand { get; set; } #Gets or sets the responsive expansion breakpoint.
public TablerHeaderChrome Chrome { get; set; } #Gets or sets the visual chrome used by the top header shell.
public TablerNavbarBrandPlacement BrandPlacement { get; set; } #Gets or sets where the brand/logo block sits within the header.
public TablerNavbarUtilityPlacement UtilityPlacement { get; set; } #Gets or sets where utility controls sit within the header.
public TablerNavbarWrapMode WrapMode { get; set; } #Gets or sets whether the header intentionally wraps into multiple rows.
public Boolean ShowBrand { get; set; } #Gets or sets a value indicating whether the header renders the shared brand block.
public TablerHorizontalFrostMode HorizontalFrostMode { get; set; } #Gets or sets how horizontal shells balance stronger panel glow versus a quieter unified frost treatment.
public TablerHeaderSidebarIntegration SidebarIntegration { get; set; } #Gets or sets how a combined header shell integrates with the sidebar rail on desktop.
public String LogoPath { get; set; } #Gets or sets the path to the logo displayed in the navbar.
public TablerLogoSize LogoSize { get; set; } #Gets or sets the size of the logo.
public String BrandText { get; set; } #Gets or sets the brand text displayed alongside the logo.
public String BrandSubtitle { get; set; } #Gets or sets the optional secondary line displayed under the brand text.