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

AccordionContentContainer Class

A container of custom controls for AccordionControl elements.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class AccordionContentContainer :
    XtraScrollableControl,
    IMouseWheelSupportIgnore,
    IDirectCompositionChild

The following members return AccordionContentContainer objects:

#Remarks

The AccordionControlElementBase.ContentContainer property allows you to display custom controls when AccordionControl elements are expanded.

AccordionControl-Item-ContentContainerAssigned-DT.png

Use the AccordionContentContainer.SizeMode property to stretch the container vertically, so it occupies all available empty space.

AccordionControlElement - Stretch

See AccordionControlElementBase.ContentContainer for more information.

See Also