API Reference
Class
TablerNavItem
Navigation item for card headers
Inheritance
- Object
- TablerNavItem
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
- Property TablerCardEnhanced.HeaderNavItems
Accepted by parameters
Constructors
public TablerNavItem() #Inherited Methods
Properties
public String Text { get; set; } #Display text for the navigation link.
public String Href { get; set; } #Destination URL for the navigation item.
public Boolean IsActive { get; set; } #Indicates whether the item is currently active.
public Boolean IsDisabled { get; set; } #Indicates whether the item is disabled.
public TablerIconElement Icon { get; set; } #Optional icon displayed before the text.