Back to Devexpress

IXtraResizableControl.MaxSize Property

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

latest1.7 KB
Original Source

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

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

Declaration

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

Property Value

TypeDescription
Size

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

|

See Also

MinSize

ControlDefaultMaxSizeCalcMode

ControlDefaultMinSizeCalcMode

Size and Alignment

IXtraResizableControl Interface

IXtraResizableControl Members

DevExpress.Utils.Controls Namespace