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

DockZoneSettings.ZoneUID Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public string ZoneUID { get; set; }

Property Value

Type Description
String

A String that is the unique identifier of a zone.

Remarks

The ZoneUID property specifies the unique identifier for the current zone.

This property can be used to obtain a zone at runtime e.g. via the MVCxDockManager.FindZoneByUID method.

See Also