ASPxDockManager.FindZoneByUID(String) Method
In This Article
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 |
---|---|---|
zone |
String | A String value that is the ASPx |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#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