EmptySpaceItem.MaxSize Property
Gets or sets the maximum size of the EmptySpaceItem.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Size | A |
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