API Reference
Class
TablerThemeButtonGroupSettings
Settings builder for TablerThemeButtonGroup.
Inheritance
- Object
- TablerThemeButtonGroupSettings
Methods
public TablerThemeButtonGroupSettings Ghost(Boolean ghost = true) #Returns:
TablerThemeButtonGroupSettingsUses ghost button styling.
Parameters
- ghost System.Boolean = true
public TablerThemeButtonGroupSettings IconOnly(Boolean iconOnly = true) #Returns:
TablerThemeButtonGroupSettingsRenders icon-only buttons.
Parameters
- iconOnly System.Boolean = true
public TablerThemeButtonGroupSettings Method(TablerDarkModeMethod method) #Returns:
TablerThemeButtonGroupSettingsSets the theme switching method.
Parameters
- method HtmlForgeX.TablerDarkModeMethod
public TablerThemeButtonGroupSettings Outline(Boolean outline = true) #Returns:
TablerThemeButtonGroupSettingsUses outline button styling.
Parameters
- outline System.Boolean = true
public TablerThemeButtonGroupSettings Preset(TablerThemeButtonPreset preset) #Returns:
TablerThemeButtonGroupSettingsApplies a preset visual style.
Parameters
- preset HtmlForgeX.TablerThemeButtonPreset
public TablerThemeButtonGroupSettings ShowAuto(Boolean show = true) #Returns:
TablerThemeButtonGroupSettingsShows/hides the Auto option.
Parameters
- show System.Boolean = true
public TablerThemeButtonGroupSettings ShowDark(Boolean show = true) #Returns:
TablerThemeButtonGroupSettingsShows/hides the Dark option.
Parameters
- show System.Boolean = true
public TablerThemeButtonGroupSettings ShowDarkBlack(Boolean show = true) #Returns:
TablerThemeButtonGroupSettingsShows/hides the Dark (black) variant.
Parameters
- show System.Boolean = true
public TablerThemeButtonGroupSettings ShowDarkCarbon(Boolean show = true) #Returns:
TablerThemeButtonGroupSettingsShows/hides the Dark (carbon) variant.
Parameters
- show System.Boolean = true
public TablerThemeButtonGroupSettings ShowIcons(Boolean show = true) #Returns:
TablerThemeButtonGroupSettingsShows/hides icons when not in icon-only mode.
Parameters
- show System.Boolean = true
public TablerThemeButtonGroupSettings ShowLight(Boolean show = true) #Returns:
TablerThemeButtonGroupSettingsShows/hides the Light option.
Parameters
- show System.Boolean = true
public TablerThemeButtonGroupSettings ShowTooltips(Boolean show = true) #Returns:
TablerThemeButtonGroupSettingsShows/hides tooltips (useful for icon-only buttons).
Parameters
- show System.Boolean = true
public TablerThemeButtonGroupSettings Size(TablerButtonSize size) #Returns:
TablerThemeButtonGroupSettingsSets the button size.
Parameters
- size HtmlForgeX.TablerButtonSize
public TablerThemeButtonGroupSettings StorageKey(String key) #Returns:
TablerThemeButtonGroupSettingsSets the localStorage key for theme persistence.
Parameters
- key System.String
public TablerThemeButtonGroupSettings Variant(TablerButtonVariant variant) #Returns:
TablerThemeButtonGroupSettingsSets the button variant.
Parameters
- variant HtmlForgeX.TablerButtonVariant
public TablerThemeButtonGroupSettings Vertical(Boolean vertical = true) #Returns:
TablerThemeButtonGroupSettingsRenders the group vertically instead of horizontally.
Parameters
- vertical System.Boolean = true