Back to Devexpress

ASPxRichEditSpellCheckerSettings.SuggestionCount Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditspellcheckersettings-f8bdd7d8.md

latest1.7 KB
Original Source

ASPxRichEditSpellCheckerSettings.SuggestionCount Property

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

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SuggestionCount
ASPxRichEditSettings

.SpellChecker .SuggestionCount

|

Remarks

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

See Also

ASPxRichEditSpellCheckerSettings Class

ASPxRichEditSpellCheckerSettings Members

DevExpress.Web.ASPxRichEdit Namespace