EmptySpaceItem.ControlMinSize 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 ControlMinSize { get; }
Property Value
Type | Description |
---|---|
Size | A |
Remarks
This property is overridden and returns the System.Drawing.Size.Empty
structure.
See Also