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

AccordionControlViewType Enum

Provides values that specify the AccordionControl view type.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

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