[]
        
(Showing Draft Content)

C1.WinUI.Accordion.ExpandMode

ExpandMode Enum

Specifies the expanding behavior for C1Accordion which determines if how many items can be expanded s expands.

Namespace: C1.WinUI.Accordion
Assembly: C1.WinUI.Accordion.dll
Syntax
public enum ExpandMode

Fields

Name Description
Any

Gets or sets the expanding behavior for the C1Accordion accordion UI which determines any item can be expanded or collapsed.

Collapsible

Gets or sets the expanding behavior for the C1Accordion accordion UI which determines all the items can be collapsed.

One

Gets or sets the expanding behavior for C1Accordion which determines only one item can be expanded at one time.