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

AccordionContentContainer.MinimumSize Property

Gets or sets the container’s minimum size.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

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