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

ASPxDockZone.ZoneUID Property

Gets or sets the unique identifier of a zone on a page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string ZoneUID { get; set; }

Property Value

Type Default Description
String String.Empty

A String that is the unique identifier of a zone.

Remarks

The ZoneUID property specifies the unique identifier for the current zone. By default, the ZoneUID property is set to the control’s ID property value.

This property can be used to obtain a zone at runtime via the ASPxDockManager.FindZoneByUID method on the server side, and via the ASPxClientDockManager.GetZoneByUID method on the client side.

See Also