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

IXtraResizableControl.MaxSize Property

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

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Utils.v19.2.dll

Declaration

Size MaxSize { get; }

Property Value

Type Description
Size

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

See Also