HtmlForgeX

API Reference

Class

TablerThemeButtonGroupSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings builder for TablerThemeButtonGroup.

Inheritance

  • Object
  • TablerThemeButtonGroupSettings

Methods

public TablerThemeButtonGroup End() #
Returns: TablerThemeButtonGroup

Ends the settings chain.

public TablerThemeButtonGroupSettings Ghost(Boolean ghost = true) #
Returns: TablerThemeButtonGroupSettings

Uses ghost button styling.

Parameters

ghost System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings IconOnly(Boolean iconOnly = true) #
Returns: TablerThemeButtonGroupSettings

Renders icon-only buttons.

Parameters

iconOnly System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings Method(TablerDarkModeMethod method) #
Returns: TablerThemeButtonGroupSettings

Sets the theme switching method.

Parameters

method HtmlForgeX.TablerDarkModeMethod requiredposition: 0
public TablerThemeButtonGroupSettings Outline(Boolean outline = true) #
Returns: TablerThemeButtonGroupSettings

Uses outline button styling.

Parameters

outline System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings Preset(TablerThemeButtonPreset preset) #
Returns: TablerThemeButtonGroupSettings

Applies a preset visual style.

Parameters

preset HtmlForgeX.TablerThemeButtonPreset requiredposition: 0
public TablerThemeButtonGroupSettings ShowAuto(Boolean show = true) #
Returns: TablerThemeButtonGroupSettings

Shows/hides the Auto option.

Parameters

show System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings ShowDark(Boolean show = true) #
Returns: TablerThemeButtonGroupSettings

Shows/hides the Dark option.

Parameters

show System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings ShowDarkBlack(Boolean show = true) #
Returns: TablerThemeButtonGroupSettings

Shows/hides the Dark (black) variant.

Parameters

show System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings ShowDarkCarbon(Boolean show = true) #
Returns: TablerThemeButtonGroupSettings

Shows/hides the Dark (carbon) variant.

Parameters

show System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings ShowIcons(Boolean show = true) #
Returns: TablerThemeButtonGroupSettings

Shows/hides icons when not in icon-only mode.

Parameters

show System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings ShowLight(Boolean show = true) #
Returns: TablerThemeButtonGroupSettings

Shows/hides the Light option.

Parameters

show System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings ShowTooltips(Boolean show = true) #
Returns: TablerThemeButtonGroupSettings

Shows/hides tooltips (useful for icon-only buttons).

Parameters

show System.Boolean = true optionalposition: 0
public TablerThemeButtonGroupSettings Size(TablerButtonSize size) #
Returns: TablerThemeButtonGroupSettings

Sets the button size.

Parameters

size HtmlForgeX.TablerButtonSize requiredposition: 0
public TablerThemeButtonGroupSettings StorageKey(String key) #
Returns: TablerThemeButtonGroupSettings

Sets the localStorage key for theme persistence.

Parameters

key System.String requiredposition: 0
public TablerThemeButtonGroupSettings Variant(TablerButtonVariant variant) #
Returns: TablerThemeButtonGroupSettings

Sets the button variant.

Parameters

variant HtmlForgeX.TablerButtonVariant requiredposition: 0
public TablerThemeButtonGroupSettings Vertical(Boolean vertical = true) #
Returns: TablerThemeButtonGroupSettings

Renders the group vertically instead of horizontally.

Parameters

vertical System.Boolean = true optionalposition: 0