Skip to main content
All docs
V25.1
  • AccordionContentContainer.MinimumSize Property

    Gets or sets the container’s minimum size.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public override Size MinimumSize { get; set; }

    Property Value

    Type Description
    Size

    The container’s minimum size.

    Remarks

    See the following topic for more information: AccordionContentContainer.MaximumSize.

    See Also