ForbiddenZoneItem.Zone Property
In This Article
Gets or sets a zone denoted by the current forbidden zone item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxDockZone Zone { get; set; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
An ASPxDockPanel object has a collection of items that denote zones disallowed for docking. This collection can be accessed via the ASPxDockPanel.ForbiddenZones property. Use the Zone property to access the ASPxDockZone object, denoted by the particular item.
Use the item’s ForbiddenZoneItem.ZoneUID property, to access the unique identifier of denoted zone.
See Also