Back to Devexpress

RootItemDisplayMode Enum

wpf-devexpress-dot-xpf-dot-accordion-c0e9c56e.md

latest1.3 KB
Original Source

RootItemDisplayMode Enum

Lists values that specify whether to enable a uniform style for root and subordinate items.

Namespace : DevExpress.Xpf.Accordion

Assembly : DevExpress.Xpf.Accordion.v25.2.dll

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public enum RootItemDisplayMode
vb
Public Enum RootItemDisplayMode

Members

NameDescription
Group

A special style is used for root items.

| | Item |

A uniform style is used for both root and subordinate items.

|

The following properties accept/return RootItemDisplayMode values:

Remarks

Values listed by this enumeration are used to set the value of the AccordionControl.RootItemDisplayMode property.

See Also

DevExpress.Xpf.Accordion Namespace