Skip to main content

SpellCheckerSettings.SuggestionCount Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int SuggestionCount { get; set; }

Property Value

Type Description
Int32

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