ASPxDockPanel.PanelUID Property
Gets or sets the unique identifier of a panel on a page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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