A newer version of this page is available.
Switch to the current version.
ASPxRichEditSpellCheckerSettings.SuggestionCount Property
Gets or sets the number of suggested words displayed in the spelling form.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll
Declaration
[DefaultValue(5)]
public int SuggestionCount { get; set; }
<DefaultValue(5)>
Public Property SuggestionCount As Integer
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 SuggestionCount |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxRichEdit |
|
ASPxRichEditSettings |
|
|
MVCxRichEdit |
|
|
RichEditSettings |
|
|
ASP.NET Bootstrap Controls | BootstrapRichEdit |
|
Remarks
This option does not affect the search for suggestions. It restricts the number of the words being displayed at once.
See Also
Feedback