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

AccordionPopupFormAutoHeightMode Enum

Enumerates values that specify how to calculate the pop-up form’s height.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum AccordionPopupFormAutoHeightMode

#Members

Name Description
Default

The mode is not specified explicitly. Enables the None mode.

None

The pop-up form has a predefined fixed height. The height does not depend on the content, panert form, etc.

image

FitContent

The pop-up form height matches the content height.

image

#Related API Members

The following properties accept/return AccordionPopupFormAutoHeightMode values:

#Remarks

The AccordionPopupFormAutoHeightMode enumeration values specify the AccordionControl.OptionsMinimizing.PopupFormAutoHeightMode property.

See Also