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

CheckAsYouTypeOptions.SuggestionCount Property

Gets or sets the number of suggested words displayed in the context menu.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v24.2.dll

NuGet Package: DevExpress.Win.SpellChecker

#Declaration

[DefaultValue(5)]
[XtraSerializableProperty]
public int SuggestionCount { get; set; }

#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
.CheckAsYouTypeOptions .SuggestionCount

#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