Back to Devexpress

TdxCustomSpreadSheet.History Property

vcl-dxspreadsheetcore-dot-tdxcustomspreadsheet-e7017214.md

latest1.3 KB
Original Source

TdxCustomSpreadSheet.History Property

Provides access to the history of undo/redo actions performed within the Spreadsheet or Report Designer control.

Declaration

delphi
property History: TdxSpreadSheetHistory read;

Property Value

Type
TdxSpreadSheetHistory

Remarks

This property provides access to the undo/redo action lists and history management methods. For additional information, refer to the History topic and the TdxSpreadSheetHistory class description.

Note

By default, the history of actions is disabled. To enable it, set the OptionsBehavior.History property to True.

See Also

TdxCustomSpreadSheet Class

TdxCustomSpreadSheet Members

dxSpreadSheetCore Unit