Back to Devexpress

ASPxDockManager.FindPanelByUID(String) Method

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

latest2.1 KB
Original Source

ASPxDockManager.FindPanelByUID(String) Method

Returns a panel object with the specified ASPxDockPanel.PanelUID property value.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxDockPanel FindPanelByUID(
    string panelUID
)
vb
Public Function FindPanelByUID(
    panelUID As String
) As ASPxDockPanel

Parameters

NameTypeDescription
panelUIDString

A String value that is the ASPxDockPanel.PanelUID property value of the required panel.

|

Returns

TypeDescription
ASPxDockPanel

An ASPxDockPanel object with a specific value of the ASPxDockPanel.PanelUID property.

|

Remarks

Use this method to obtain a panel specified by a unique identifier assigned to its ASPxDockPanel.PanelUID property.

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

See Also

FindZoneByUID(String)

GetPanelByUID(panelUID)

Docking

ASPxDockManager Class

ASPxDockManager Members

DevExpress.Web Namespace