CheckAsYouTypeOptions.SuggestionCount Property
Gets or sets the number of suggested words displayed in the context menu.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | An integer, representing the number of suggestions for display. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SuggestionCount |
---|---|
SpellChecker |
|
Remarks
This option does not affect the search for suggestions. It restricts the number of the words being displayed in the context menu to the specified value.
See Also