API Reference
Class
MonitoringDashboardNavigationSettings
Groups dashboard sidebar and navigation settings.
Inheritance
- Object
- MonitoringDashboardNavigationSettings
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
Accepted by parameters
Methods
public MonitoringDashboardNavigationSettings BrandIcon(TablerIconType icon) #Returns:
MonitoringDashboardNavigationSettingsUses a typed Tabler icon for the dashboard brand mark.
Parameters
- icon HtmlForgeX.TablerIconType
- Icon to render inside the brand logo slot.
public MonitoringDashboardNavigationSettings CollapseLabel(String label) #Returns:
MonitoringDashboardNavigationSettingsSets the accessible label and tooltip for the sidebar collapse button.
Parameters
- label System.String
- Collapse button label. Blank values fall back to Collapse.
public MonitoringDashboardNavigationSettings DefaultTools(Boolean show = true) #Returns:
MonitoringDashboardNavigationSettingsShows or hides generated default tools on pages.
Parameters
- show System.Boolean = true
- True to render default page tools; false to suppress them.
public MonitoringDashboardSettings End() #Returns:
MonitoringDashboardSettingsReturns the parent dashboard settings builder.