Skip to main content
All docs
V18.2

ASPxClientDashboardChangedEventArgs.DashboardId Property

Gets the identifier of a newly opened dashboard.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string DashboardId { get; }

Property Value

Type Description
String

A string value that is an identifier of newly opened dashboard.

See Also