AccordionContentContainer Class
A container of custom controls for AccordionControl elements.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return AccordionContentContainer objects:
Remarks
The AccordionControlElementBase.ContentContainer property allows you to display custom controls when AccordionControl elements are expanded.
Use the AccordionContentContainer.SizeMode property to stretch the container vertically, so it occupies all available empty space.
See AccordionControlElementBase.ContentContainer for more information.
Implements
Inheritance
Object
MarshalByRefObject
Component
Control
ScrollableControl
XtraScrollableControl
AccordionContentContainer
See Also