AccordionViewMode Enum
In This Article
Lists values that specify the Accordion’s view mode.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
#Members
Name | Description |
---|---|
Accordion
|
All root and children items are displayed. |
Navigation
|
Only child items of a single root item specified by the Accordion |
#Related API Members
The following properties accept/return AccordionViewMode values:
#Remarks
Values listed by this enumeration are used to set the value of the AccordionControl.ViewMode property.
See Also