AccordionControl.RootItemDisplayMode Property
Gets or sets whether to enable a uniform style for root and subordinate items. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v25.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Property Value
| Type | Description |
|---|---|
| RootItemDisplayMode | A RootItemDisplayMode enumeration value. |
Available values:
| Name | Description |
|---|---|
| Group | A special style is used for root items. |
| Item | A uniform style is used for both root and subordinate items. |
See Also