Skip to main content

DockZoneSettings.ZoneUID Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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