Back to Devexpress

LayoutControlItem.MinSize Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolitem-6a4463b2.md

latest1.6 KB
Original Source

LayoutControlItem.MinSize Property

Gets or sets the item’s minimum size.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
public override Size MinSize { get; set; }
vb
<XtraSerializableProperty>
Public Overrides Property MinSize As Size

Property Value

TypeDescription
Size

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

|

Remarks

See the LayoutControlItem.MaxSize topic for more information.

See Also

MaxSize

SizeConstraintsType

Size and Alignment

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace