Back to Devexpress

AccordionPopupFormAutoHeightMode Enum

windowsforms-devexpress-dot-xtrabars-dot-navigation-be627566.md

latest1.7 KB
Original Source

AccordionPopupFormAutoHeightMode Enum

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum AccordionPopupFormAutoHeightMode
vb
Public Enum AccordionPopupFormAutoHeightMode

Members

NameDescription
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.

| | FitContent |

The pop-up form height matches the content height.

|

The following properties accept/return AccordionPopupFormAutoHeightMode values:

Remarks

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

See Also

DevExpress.XtraBars.Navigation Namespace