Back to Devexpress

IXtraResizableControl.MinSize Property

windowsforms-devexpress-dot-utils-dot-controls-dot-ixtraresizablecontrol.md

latest1.7 KB
Original Source

IXtraResizableControl.MinSize Property

When implemented by a control, specifies its default minimum size which is in effect when the control is displayed within a Layout Control.

Namespace : DevExpress.Utils.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
Size MinSize { get; }
vb
ReadOnly Property MinSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size structure that specifies the control’s default minimum size.

|

See Also

MaxSize

ControlDefaultMaxSizeCalcMode

ControlDefaultMinSizeCalcMode

Size and Alignment

IXtraResizableControl Interface

IXtraResizableControl Members

DevExpress.Utils.Controls Namespace