Skip to main content

CustomPropertyHistoryItem.Redo(DashboardDesigner) Method

Reapplies the last operation that was undone in the Dashboard Designer.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public virtual void Redo(
    DashboardDesigner designer
)

Parameters

Name Type Description
designer DashboardDesigner

A DashboardDesigner instance where the operation is performed.

See Also