DockPanelSettings.PanelUID Property
In This Article
Gets or sets the unique identifier of a panel on a page.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
String | A String that is the unique identifier of a panel. |
#Remarks
The PanelUID property specifies the unique identifier for the current panel.
This property can be used to obtain a panel at runtime, e.g., via the MVCxDockManager.FindPanelByUID method.
See Also