API Reference
Class
MonitoringDashboardThemeSettings
Groups dashboard theme selector settings.
Inheritance
- Object
- MonitoringDashboardThemeSettings
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 MonitoringDashboardSettings End() #Returns:
MonitoringDashboardSettingsReturns the parent dashboard settings builder.
Selector 2 overloads
public MonitoringDashboardThemeSettings Selector(Action<TablerThemeSelectorSettings> configure = null) #Returns:
MonitoringDashboardThemeSettingsAdds and configures the shared HtmlForgeX theme selector in the dashboard top bar.
Parameters
- configure System.Action{HtmlForgeX.TablerThemeSelectorSettings} = null
- Optional theme selector settings callback.
public MonitoringDashboardThemeSettings Selector(Boolean show) #Returns:
MonitoringDashboardThemeSettingsShows or hides the shared HtmlForgeX theme selector.
Parameters
- show System.Boolean
- True to render the selector; false to remove it.