DockZoneSettings.ZoneUID Property
Gets or sets the unique identifier of a zone on a page.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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