Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CalculationModeType Enum

Lists modes for layout calculation.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum CalculationModeType

Members

Name Description
Automatic

Calculates layout asynchronously.

Manual

Does not allow asynchronous layout calculation.

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