Skip to main content

AccordionControlViewType Enum

Provides values that specify the AccordionControl view type.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum AccordionControlViewType

Members

Name Description
Standard

The default (Accordion Control) view type.

HamburgerMenu

The Hamburger Menu view type, which features:

Related API Members

The following properties accept/return AccordionControlViewType values:

Remarks

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

See Also