Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AccordionControlViewType Enum

Provides values that specify the AccordionControl view type.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.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