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

CalculationModeType Enum

Lists modes for layout calculation.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public enum CalculationModeType

Members

Name Description
Automatic

Calculates layout asynchronously.

Manual

Does not allow asynchronous layout calculation.

Related API Members

The following properties accept/return CalculationModeType values:

Remarks

Automatic mode is the default setting for WPF and WinForms Rich Editors. It forces layout recalculation asynchronously in another thread after the document is modified. Manual mode is the default for the Word Processing Document API component. It does not allow asynchronous execution of the layout calculation procedure.

See Also