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

CustomPropertyHistoryItem.Undo(DashboardDesigner) Method

Undoes the last operation in the Dashboard Designer.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public virtual void Undo(
    DashboardDesigner designer
)

Parameters

Name Type Description
designer DashboardDesigner

A DashboardDesigner instance where the operation is performed.

See Also