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

ASPxClientDockZone.GetAllowGrowing Method

Gets a value that indicates whether the zone can enlarge its size.

Declaration

GetAllowGrowing(): boolean

Returns

Type Description
boolean

true if the zone can enlarge its size; otherwise, false.

Remarks

An ASPxDockZone control allows enlarging a zone’s size (height for a vertically oriented zone and width for a horizontally oriented zone) when you dock a panel in it. Use the ASPxDockZone.AllowGrowing property to control the option. The client-side GetAllowGrowing method returns a value indicating whether the zone can grow.

See Also