HtmlForgeX

API Reference

Class

TablerServiceConfigSettingPanelGrid

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable grid of titled panels that contain service setting grids.

Inheritance

  • Element
  • TablerServiceConfigSettingPanelGrid

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

Constructors

public TablerServiceConfigSettingPanelGrid() #

Methods

public TablerServiceConfigSettingPanelGrid AddPanel(String title, String subtitle, TablerIconType icon, TablerColor color, Action<TablerServiceConfigSettingGrid> configure) #
Returns: TablerServiceConfigSettingPanelGrid

Adds a titled setting panel to the grid.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
icon HtmlForgeX.TablerIconType requiredposition: 2
color HtmlForgeX.TablerColor requiredposition: 3
configure System.Action{HtmlForgeX.TablerServiceConfigSettingGrid} requiredposition: 4
RegisterLibraries() #
public TablerServiceConfigSettingPanelGrid Settings(Action<TablerServiceConfigSettingPanelGridSettings> configure) #
Returns: TablerServiceConfigSettingPanelGrid

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigSettingPanelGridSettings} requiredposition: 0
public override String ToString() #
Returns: String