AccordionControl.ActualViewMode Property
In This Article
Gets the AccordionControl‘s actual view mode. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
public AccordionViewMode ActualViewMode { get; }
#Property Value
Type | Description |
---|---|
Accordion |
One of the Accordion |
Available values:
Name | Description |
---|---|
Accordion | All root and children items are displayed. |
Navigation |
Only child items of a single root item specified by the Accordion |
#Remarks
Use the AccordionControl.ViewMode property to specify the Accordion’s view mode.
See Also