Click or drag to resize
UILayoutPaneMaxSize Property
Maximum-size limit when resizing a pane (0 = as large as pane can go).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public Nullable<int> MaxSize { get; set; }

Property Value

Type: NullableInt32
See Also