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

DashboardSavingEventArgs.Dashboard Property

Gets the dashboard that should be saved.

Namespace: DevExpress.DashboardWin

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

Declaration

public Dashboard Dashboard { get; }

Property Value

Type Description
Dashboard

A Dashboard object that should be serialized.

Remarks

Use the Dashboard property to obtain the dashboard to save.

When you have saved the dashboard, set the DashboardSavingEventArgs.Handled property to true. Otherwise, the default save actions will be performed.

If your save routine fails, set the DashboardSavingEventArgs.Saved property to false.

To determine what user action triggered the event, use the DashboardSavingEventArgs.Command property.

See Also