AccordionControl.RootItemDisplayMode Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
public RootItemDisplayMode RootItemDisplayMode { get; set; }
#Property Value
Type | Description |
---|---|
Root |
A Root |
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