AccordionViewMode Enum
Lists values that specify the Accordion’s view mode.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Members
Name | Description |
---|---|
Accordion
|
All root and children items are displayed. |
NavigationPane
|
Only child items of a single root item specified by the AccordionControl.SelectedRootItem property are displayed. |
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