Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpellCheckerCustomCheckAsYouTypeOptions.SuggestionCount Property

Specifies the number of allowed suggestions in the context menu.

#Declaration

Delphi
property SuggestionCount: Integer read; write; default 5;

#Property Value

Type Default
Integer 5

#Remarks

This property specifies the maximum number of suggestions in the context menu. The real number of provided suggestions depends upon the list of suggestions returned by the spell checker’s GetSuggestions method for the given misspelled word.

The default value of the SuggestionCount property is 5.

See Also