Skip to main content
A newer version of this page is available. .

DashboardLoadedEventArgs.Dashboard Property

A dashboard to load.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v19.1.Wpf.dll

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