Skip to main content

SpellCheckerBase.SuggestionSearchTimeOut Property

Gets or sets the timeout for calculating suggestions.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v24.1.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public int SuggestionSearchTimeOut { get; set; }

Property Value

Type Description
Int32

The number of milliseconds that is the time allocated for calculation. By default, the value is -1, which means an infinite timeout.

Remarks

Note

The overall number of suggestions might be smaller when the SuggestionSearchTimeOut property value is specified because in this situation, the calculation will be incomplete.

See Also