Back to Devexpress

DashboardLoadedWebEventArgs.Dashboard Property

dashboard-devexpress-dot-dashboardweb-dot-dashboardloadedwebeventargs.md

latest1.2 KB
Original Source

DashboardLoadedWebEventArgs.Dashboard Property

Gets the loaded dashboard.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public Dashboard Dashboard { get; }
vb
Public ReadOnly Property Dashboard As Dashboard

Property Value

TypeDescription
Dashboard

A Dashboard object that is the loaded dashboard.

|

See Also

DashboardLoadedWebEventArgs Class

DashboardLoadedWebEventArgs Members

DevExpress.DashboardWeb Namespace