ASPxDockZone.AllowGrowing Property
Gets or sets whether a zone can enlarge its size to contain a docking panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
An ASPxDockZone control can enlarge its size (Height for a vertically oriented zone and Width for a horizontally oriented zone) to contain a docking panel. Set the AllowGrowing property to false
, to prohibit a zone from growing. In this case, a panel can not be docked in the zone if it does not fit.
To obtain the AllowGrowing property value on the client side, use the ASPxClientDockZone.GetAllowGrowing method.
See Also