ASPxClientDockZone.GetAllowGrowing Method
In This Article
Gets a value that indicates whether the zone can enlarge its size.
#Declaration
TypeScript
GetAllowGrowing(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#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