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

DockPanelSettings.PanelUID Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string PanelUID { get; set; }

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