Skip to main content

MVCxDockManager.FindZoneByUID(String) Method

Returns a zone object with the specified DockZoneSettings.ZoneUID property value.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxDockZone FindZoneByUID(
    string zoneUID
)

Parameters

Name Type Description
zoneUID String

A String value that is the ZoneUID property value of the required zone.

Returns

Type Description
MVCxDockZone

An MVCxDockZone object with a specific value of the ZoneUID property.

Remarks

Use this method to obtain a zone specified by a unique identifier assigned to its DockZoneSettings.ZoneUID property.

See Also