Skip to main content
All docs
V18.2

ASPxClientDashboardBeginUpdateEventArgs.DashboardId Property

Gets the identifier of the dashboard for which the event was raised.

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 the dashboard identifier.

See Also