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