DockPanelSettings.PanelUID Property
Gets or sets the unique identifier of a panel on a page.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.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