API Reference
TablerSidebarNavigationStructure
Structure for sidebar navigation.
Inheritance
- Object
- TablerSidebarNavigationStructure
Constructors
public TablerSidebarNavigationStructure() #Inherited Methods
Properties
public List<TablerNavigationItemConfig> Items { get; set; } #Gets or sets the list of items displayed in the sidebar.
public List<TablerNavigationItemConfig> BottomItems { get; set; } #Gets or sets the list of items displayed at the bottom of the sidebar.
public Boolean Dark { get; set; } #Gets or sets a value indicating whether a dark theme is used.
public Boolean Transparent { get; set; } #Gets or sets a value indicating whether the sidebar background is transparent.
public Boolean RightSide { get; set; } #Gets or sets a value indicating whether the sidebar appears on the right side.
public Boolean Collapsible { get; set; } #Gets or sets a value indicating whether the sidebar can be collapsed.
public String LogoPath { get; set; } #Gets or sets the path to the logo displayed in the sidebar.
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.
public TablerSidebarWidthPreset WidthPreset { get; set; } #Gets or sets the desktop width preset used for the sidebar shell.
public String WidthCss { get; set; } #Gets or sets an optional custom CSS width used for the sidebar shell.