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

ASPxDockPanel.PanelUID Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string PanelUID { get; set; }

Property Value

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