Back to Devexpress

TdxSpreadSheetOptionsBehavior.History Property

vcl-dxspreadsheetcore-dot-tdxspreadsheetoptionsbehavior-827a550a.md

latest1.3 KB
Original Source

TdxSpreadSheetOptionsBehavior.History Property

Specifies if the history functionality is enabled.

Declaration

delphi
property History: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

A spreadsheet control records every document change to the undo list as a history action if the History property is set to True. A user can undo and reapply changes to the opened document.

Use the HistoryMaxActionCount property to limit the number of stored history actions.

The History property’s default value is False.

See Also

TdxSpreadSheetOptionsBehavior Class

TdxSpreadSheetOptionsBehavior Members

dxSpreadSheetCore Unit