ForbiddenZoneItem.ZoneUID Property
Gets or sets a unique identifier of a zone denoted by the current forbidden zone item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String that is the unique identifier of a zone. |
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 ForbiddenZoneItem.Zone property, to obtain the ASPxDockZone object, denoted by the particular item. The unique identifier of the zone can be accessed via the ZoneUID property.
See Also