Skip to main content
All docs
V18.2

ASPxClientDashboard.GetDashboardId() Method

Gets the identifier of the dashboard that is displayed in the ASPxClientDashboard.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string GetDashboardId()

Returns

Type Description
String

A String value that is the identifier of the dashboard displayed in the ASPxClientDashboard.

Remarks

You can obtain the state of the displayed dashboard using the ASPxClientDashboard.GetDashboardState method.

See Also