Skip to main content
A newer version of this page is available. .
All docs
V21.2

AccordionContentContainer Class

A container of custom controls for AccordionControl elements.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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