Back to Devexpress

ASPxDockPanel.PanelUID Property

aspnet-devexpress-dot-web-dot-aspxdockpanel-3fff5771.md

latest2.2 KB
Original Source

ASPxDockPanel.PanelUID Property

Gets or sets the unique identifier of a panel on a page.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string PanelUID { get; set; }
vb
<DefaultValue("")>
Public Property PanelUID As String

Property Value

TypeDefaultDescription
StringString.Empty

A String that is the unique identifier of a panel.

|

Remarks

The PanelUID property specifies the unique identifier for the current panel. By default, the PanelUID property is set to the control’s ID property value.

This property can be used to obtain a panel at runtime via the ASPxDockManager.FindPanelByUID method on the server side and via the ASPxClientDockManager.GetPanelByUID and ASPxClientDockZone.GetPanelByUID methods on the client side.

See Also

FindPanelByUID(String)

js-ASPxClientDockManager.GetPanelByUID

js-ASPxClientDockZone.GetPanelByUID

panelUID

Panel Overview

Docking

ASPxDockPanel Class

ASPxDockPanel Members

DevExpress.Web Namespace