Back to Devexpress

CheckAsYouTypeOptions.SuggestionCount Property

windowsforms-devexpress-dot-xtraspellchecker-dot-checkasyoutypeoptions-dfb4be9b.md

latest1.8 KB
Original Source

CheckAsYouTypeOptions.SuggestionCount Property

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

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
[DefaultValue(5)]
[XtraSerializableProperty]
public int SuggestionCount { get; set; }
vb
<DefaultValue(5)>
<XtraSerializableProperty>
Public Property SuggestionCount As Integer

Property Value

TypeDefaultDescription
Int325

An integer, representing the number of suggestions for display.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

CheckAsYouTypeOptions Class

CheckAsYouTypeOptions Members

DevExpress.XtraSpellChecker Namespace