ASPxDockManager.FindPanelByUID(String) Method
In This Article
Returns a panel object with the specified ASPxDockPanel.PanelUID property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxDockPanel FindPanelByUID(
string panelUID
)
#Parameters
Name | Type | Description |
---|---|---|
panel |
String | A String value that is the ASPx |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#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