Skip to main content

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.v23.2.dll

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

Declaration

Size MinSize { get; }

Property Value

Type Description
Size

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

See Also