HtmlForgeX

API Reference

Class

MonitoringDashboardThemeSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public MonitoringDashboardSettings End() #
Returns: MonitoringDashboardSettings

Returns the parent dashboard settings builder.

Selector 2 overloads
public MonitoringDashboardThemeSettings Selector(Action<TablerThemeSelectorSettings> configure = null) #
Returns: MonitoringDashboardThemeSettings

Adds and configures the shared HtmlForgeX theme selector in the dashboard top bar.

Parameters

configure System.Action{HtmlForgeX.TablerThemeSelectorSettings} = null optionalposition: 0
Optional theme selector settings callback.
public MonitoringDashboardThemeSettings Selector(Boolean show) #
Returns: MonitoringDashboardThemeSettings

Shows or hides the shared HtmlForgeX theme selector.

Parameters

show System.Boolean requiredposition: 0
True to render the selector; false to remove it.