C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / ExpandMode Enumeration

ExpandMode Enumeration
Specifies the expanding behavior for C1Accordion which determines if how many items can be expanded s expands.
Syntax
'Declaration
 
Public Enum ExpandMode 
   Inherits System.Enum
 
Members
MemberDescription
AnyGets or sets the expanding behavior for the C1Accordion accordion UI which determines any item can be expanded or collapsed.
CollapsibleGets or sets the expanding behavior for the C1Accordion accordion UI which determines all the items can be collapsed.
OneGets or sets the expanding behavior for C1Accordion which determines only one item can be expanded at one time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Blazor.Accordion.ExpandMode

See Also