Class WorkbookHistoryAction
Groups one or more workbook changes into a composite undoable/redoable action with associated metadata.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.History
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorkbookHistoryAction
Properties
ActiveSheet
Sheet that was active when this action was recorded, restored during undo/redo operations.
Declaration
public Sheet ActiveSheet { get; }
Property Value
|
Sheet
The active sheet. |
Changes
Collection of individual command changes executed as part of this composite action.
Declaration
public IEnumerable<WorkbookChange> Changes { get; }
Property Value
|
System.Collections.Generic.IEnumerable<WorkbookChange>
The changes. |
DisplayText
User-facing description shown in undo/redo UI lists to identify this action.
Declaration
public string DisplayText { get; protected set; }
Property Value
|
System.String
The display text. |