Back to Devexpress

SpellCheckerBase.SuggestionSearchTimeOut Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-a0216c5a.md

latest1.5 KB
Original Source

SpellCheckerBase.SuggestionSearchTimeOut Property

Gets or sets the timeout for calculating suggestions.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[DefaultValue(-1)]
public int SuggestionSearchTimeOut { get; set; }
vb
<DefaultValue(-1)>
Public Property SuggestionSearchTimeOut As Integer

Property Value

TypeDefaultDescription
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 SuggestionSearchTimeOut property value is specified because in this situation, the calculation will be incomplete.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace