Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public RootItemDisplayMode RootItemDisplayMode { get; set; }

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