Skip to main content
Tab

ForbiddenZoneItem.Zone Property

Gets or sets a zone denoted by the current forbidden zone item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxDockZone Zone { get; set; }

Property Value

Type Description
ASPxDockZone

An ASPxDockZone object denoted by the item.

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