Skip to main content

EmptySpaceItem.MinSize Property

Gets or sets the minimum size of the EmptySpaceItem.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Size MinSize { get; set; }

Property Value

Type Description
Size

A Size structure that defines the item’s minimum width and height.

Remarks

Note that the Width and Height fields of the MinSize property can be changed only if the LayoutControlItem.SizeConstraintsType property is set to DevExpress.XtraLayout.SizeConstraintsType.Custom.

See Also