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

DashboardDesigner.IsDashboardModified Property

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

Namespace: DevExpress.DashboardWin

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

Declaration

[Browsable(false)]
public bool IsDashboardModified { get; }

Property Value

Type Description
Boolean

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

Remarks

Note that 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.

See Also