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