Skip to main content
Tab

ASPxDockManager.FindZoneByUID(String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxDockZone FindZoneByUID(
    string zoneUID
)

#Parameters

Name Type Description
zoneUID String

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

#Returns

Type Description
ASPxDockZone

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

#Remarks

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

To get a zone specified by a unique identifier on the client side, use the ASPxClientDockManager.GetZoneByUID method.

See Also