Back to Devexpress

DockPanelCollection.FindByUID(String) Method

aspnet-devexpress-dot-web-dot-dockpanelcollection-dot-findbyuid-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

DockPanelCollection.FindByUID(String) Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxDockPanel FindByUID(
    string panelUID
)
vb
Public Function FindByUID(
    panelUID As String
) As ASPxDockPanel

Parameters

NameTypeDescription
panelUIDString

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

|

Returns

TypeDescription
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

PanelUID

Docking

DockPanelCollection Class

DockPanelCollection Members

DevExpress.Web Namespace