Skip to main content

DashboardLoadedWebEventArgs.Dashboard Property

Gets the loaded dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public Dashboard Dashboard { get; }

Property Value

Type Description
Dashboard

A Dashboard object that is the loaded dashboard.

See Also