Skip to main content
All docs
V23.2

AccordionContentContainer.MinimumSize Property

Gets or sets the container’s minimum size.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.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