Back to Devexpress

DashboardDesigner.IsDashboardModified Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-2d19ce16.md

latest1.9 KB
Original Source

DashboardDesigner.IsDashboardModified Property

Gets whether the dashboard has been modified since the last save.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public bool IsDashboardModified { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsDashboardModified As Boolean

Property Value

TypeDescription
Boolean

true , if the dashboard has been modified since the last save; otherwise, false.

|

Remarks

The IsDashboardModified property indicates only changes made in the DashboardDesigner UI. Handle the DashboardDesigner.DashboardClosing event and use its DashboardClosingEventArgs.IsDashboardModified event parameter to specify the modification state of the dashboard based on your requirements.

You can also handle the Dashboard.OptionsChanged event that fires after any option of the Dashboard is changed.

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace