SpellCheckerBase.SuggestionSearchTimeOut Property
In This Article
Gets or sets the timeout for calculating suggestions.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 |
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 Suggestion
See Also