Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetOptionsBehavior.AutomaticCalculation Property

Specifies if formula expression results are calculated automatically.

#Declaration

Delphi
property AutomaticCalculation: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

By default, formula expressions are recalculated automatically each time the source values change. Set the AutomaticCalculation property to False to disable this behavior. To recalculate all formula expressions manually, call the Spreadsheet/Report Designer control’s FormulaController.Calculate procedure.

The default value of the AutomaticCalculation property is True.

See Also