Skip to main content
A newer version of this page is available. .

ASPxSpellChecker.SuggestionCount Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

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

Property Value

Type Default Description
Int32 5

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