Back to Devexpress

ASPxDockManager.FindZoneByUID(String) Method

aspnet-devexpress-dot-web-dot-aspxdockmanager-dot-findzonebyuid-x28-system-dot-string-x29.md

latest2.1 KB
Original Source

ASPxDockManager.FindZoneByUID(String) Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxDockZone FindZoneByUID(
    string zoneUID
)
vb
Public Function FindZoneByUID(
    zoneUID As String
) As ASPxDockZone

Parameters

NameTypeDescription
zoneUIDString

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

|

Returns

TypeDescription
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

FindPanelByUID(String)

GetZoneByUID(zoneUID)

Docking

ASPxDockManager Class

ASPxDockManager Members

DevExpress.Web Namespace