Skip to main content
All docs
V24.2

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

AccordionContentContainerSizeMode Enum

Enumerates values that specify whether an AccordionContentContainer is stretched vertically to occupy the Accordion Control’s available empty space.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum AccordionContentContainerSizeMode

#Members

Name Description
Fixed

A content container has a fixed height, specified by the AccordionContentContainer.Height property.

Stretch

A content container is stretched vertically to occupy the control’s empty space. You can use the AccordionContentContainer.MaximumSize and AccordionContentContainer.MinimumSize properties to limit the container’s height.

#Related API Members

The following properties accept/return AccordionContentContainerSizeMode values:

See Also