Skip to main content

DashboardLoadedEventArgs.Dashboard Property

A dashboard to load.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v24.2.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

#Declaration

public Dashboard Dashboard { get; set; }

#Property Value

Type Description
Dashboard

A Dashboard object to assign to the Dashboard property.

#Remarks

Use the propety to get the loaded dashboard, modify it or its data source and assign the modified dashboard to this property.

See Also