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

Declaration

Size MaxSize { get; }

Property Value

Type Description
Size

A Size structure that specifies the control’s default maximum 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 MaxSize property is used to initialize the created layout item’s LayoutControlItem.ControlMaxSize property. See this link for more information.

See Also