HtmlForgeX

API Reference

Enum

TablerAccordionType

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the different accordion types available in Tabler

Inheritance

  • Enum
  • TablerAccordionType

Values

public const TablerAccordionType Default #

Default accordion with borders and spacing

Value: 0
public const TablerAccordionType Flush #

Flush accordion without borders and rounded corners

Value: 1
public const TablerAccordionType Tabs #

Tabs-style accordion with spacing between items

Value: 2
public const TablerAccordionType Inverted #

Inverted accordion with toggle icon on the left

Value: 3
public const TablerAccordionType Plus #

Plus-style accordion with plus/minus icons instead of chevron

Value: 4

Extension Methods

public static String EnumToString(TablerAccordionType type) #
Returns: String

Initializes or configures EnumToString.

Parameters

type HtmlForgeX.TablerAccordionType requiredposition: 0