Skip to main content
All docs
V18.2

ASPxClientDashboard.GetDashboardControl() Method

Gets the DashboardControl object that is the client-side part of the Web Dashboard.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public object GetDashboardControl()

Returns

Type Description
Object

A DashboardControl object that is the client-side part of the Web Dashboard.

See Also