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

DockZoneSettings.AllowGrowing Property

Gets or sets whether a zone can enlarge its size to contain a docking panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool AllowGrowing { get; set; }

Property Value

Type Description
Boolean

true to allow a zone to grow; otherwise, false

Remarks

A DockPanel 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 cannot be docked in the zone if it does not fit.

See Also