Skip to main content
All docs
V18.2

ASPxClientDashboardInitializedEventArgs.DashboardId Property

Gets the dashboard’s unique name.

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 object that is a dashboard’s unique name.

See Also