Back to Devexpress

ASPxSpellChecker.SuggestionCount Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellchecker-34109a38.md

latest1.3 KB
Original Source

ASPxSpellChecker.SuggestionCount Property

Gets or sets the number of suggested words displayed in the spelling form.

Namespace : DevExpress.Web.ASPxSpellChecker

Assembly : DevExpress.Web.ASPxSpellChecker.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Int325

An integer, representing the number of suggestions displayed.

|

Remarks

This option does not affect the search for suggestions. It restricts the number of the words being displayed at once.

See Also

ASPxSpellChecker Class

ASPxSpellChecker Members

DevExpress.Web.ASPxSpellChecker Namespace