Skip to main content
All docs
V18.2

DashboardSourceModel.DashboardLoaded Property

Allows you to obtain the dashboard loaded to the DashboardViewer.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

public DashboardLoadedWebEventHandler DashboardLoaded { get; set; }

Property Value

Type Description
DashboardLoadedWebEventHandler

A DashboardLoadedWebEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a DashboardLoadedWebEventHandler delegate method and assign it to the DashboardLoaded property. For more implementation details, refer to the DashboardLoadedWebEventHandler delegate description.

See Also