Skip to main content

EmptySpaceItem.ControlMaxSize Property

Not supported.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Size ControlMaxSize { get; }

Property Value

Type Description
Size

A System.Drawing.Size.Empty structure.

Remarks

This property is overridden and returns the System.Drawing.Size.Empty structure.

See Also