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

AccordionControlRootDisplayMode Enum

Enumerates how the AccordionControl‘s root groups and items are displayed.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum AccordionControlRootDisplayMode

#Members

Name Description
Default

Root groups and items are displayed in the main menu. The control footer is hidden.

Root groups and items are displayed in the control footer. When a root group is selected in the control footer, its content is displayed in the main menu.

#Related API Members

The following properties accept/return AccordionControlRootDisplayMode values:

#Remarks

The root groups and items display mode is specified using the AccordionControl.RootDisplayMode property.

See Also