DashboardSavingEventArgs.Dashboard Property
Gets the dashboard that should be saved.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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