Skip to main content
A newer version of this page is available. .
Row

CalculationOptions.Mode Property

Specifies when the application should recalculate the data in the workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

CalculationMode Mode { get; set; }

Property Value

Type Description
CalculationMode

A CalculationMode enumeration member. Default is Automatic.

Available values:

Name Description
Automatic

Indicates that calculations in the workbook will be performed automatically when cell values change.

AutomaticExceptTables

Indicates that data tables will be excluded during automatic calculation.

Manual

Indicates that calculations in the workbook will be triggered manually by the user.

Property Paths

You can access this nested property as listed below:

Object Type Path to Mode
DocumentSettings
.Calculation.Mode
See Also