Skip to main content

EmptySpaceItem.MaxSize Property

Gets or sets the maximum size of the EmptySpaceItem.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Size MaxSize { get; set; }

Property Value

Type Description
Size

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

Remarks

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

See Also