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

MVCxDockManager.FindZoneByUID(String) Method

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

Namespace: DevExpress.Web.Mvc

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

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