Skip to main content
A newer version of this page is available. .
Tab

DockPanelCollection.FindByUID(String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxDockPanel FindByUID(
    string panelUID
)

Parameters

Name Type Description
panelUID String

A String value specifying the ASPxDockPanel.PanelUID property value of the required panel.

Returns

Type Description
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.

See Also