Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

Size MinSize { get; }

Property Value

Type Description
Size

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

Remarks

When a control is added to a Layout Control, a layout item is created that displays this control. The value retrieved by the MinSize property is used to initialize the created layout item’s LayoutControlItem.ControlMinSize property. See this link for more information.

See Also