Skip to main content
All docs
V25.1
  • AccordionContentContainer Class

    A container of custom controls for AccordionControl elements.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.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