Back to Devexpress

AccordionControlViewType Enum

windowsforms-devexpress-dot-xtrabars-dot-navigation-a69114b0.md

latest1.8 KB
Original Source

AccordionControlViewType Enum

Provides values that specify the AccordionControl view type.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum AccordionControlViewType
vb
Public Enum AccordionControlViewType

Members

NameDescription
Standard

The default (Accordion Control) view type.

| | HamburgerMenu |

The Hamburger Menu view type, which features:

|

The following properties accept/return AccordionControlViewType values:

Remarks

Values of this enumeration are accepted by the AccordionControl.ViewType property.

See Also

DevExpress.XtraBars.Navigation Namespace