Back to Devexpress

ElementStyle Enum

windowsforms-devexpress-dot-xtrabars-dot-navigation-9d279eac.md

latest1.7 KB
Original Source

ElementStyle Enum

Enumerates types of elements in the AccordionControl.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ElementStyle
vb
Public Enum ElementStyle

Members

NameDescription
Group

An expandable element that can display child elements (items and groups).

| | Item |

An element that can act as a button or display custom content in an expandable area below the element’s header.

|

The following properties accept/return ElementStyle values:

Remarks

Use the AccordionControlElement.Style property to specify whether an element is considered a group or an item.

See the AccordionControlElement topic for the difference between groups and items.

See Also

Style

AccordionControlElement

DevExpress.XtraBars.Navigation Namespace