Skip to main content

MVCxDockManager.FindPanelByUID(String) Method

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxDockPanel FindPanelByUID(
    string panelUID
)

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