ASPxHtmlEditorSpellCheckerSettings.SuggestionCount Property
In This Article
Gets or sets the number of suggested words displayed in the spelling form.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | An integer, representing the number of suggestions displayed. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Suggestion |
---|---|---|
ASP. |
Html |
|
ASP. |
ASPx |
|
#Remarks
This option does not affect the search for suggestions. It restricts the number of the words being displayed at once.
See Also