Skip to main content

IHistoryItem.Undo(DashboardDesigner) Method

Undoes the last operation in the Dashboard Designer.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

void Undo(
    DashboardDesigner designer
)

Parameters

Name Type Description
designer DashboardDesigner

A DashboardDesigner control where the operation is performed.

See Also