Interface IUndoRedoService
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IUndoRedoService
Properties
CanRedo
Declaration
bool CanRedo { get; }
Property Value
System.Boolean
|
CanUndo
Declaration
bool CanUndo { get; }
Property Value
System.Boolean
|
Methods
Redo()
Declaration
void Redo()
Undo()
Declaration
void Undo()