MVCxDockManager.FindPanelByUID(String) Method
In This Article
Returns a panel object with the specified DockPanelSettings.PanelUID property value.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxDockPanel FindPanelByUID(
string panelUID
)
#Parameters
Name | Type | Description |
---|---|---|
panel |
String | A String value that is the Panel |
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
Use this method to obtain a panel specified by a unique identifier assigned to its DockPanelSettings.PanelUID property.
See Also