New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public interface IUndoRedoService

Properties

C#
bool CanRedo { get; }
C#
bool CanUndo { get; }

Methods

C#
void Redo()
C#
void Undo()