Back to Devexpress

DXRichEditAutoCorrectOptions.UseSpellCheckerSuggestions Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditautocorrectoptions-98a85aec.md

latest2.0 KB
Original Source

DXRichEditAutoCorrectOptions.UseSpellCheckerSuggestions Property

Gets or sets whether AutoCorrect should revise misspelled words that are similar to words in the spell checker dictionary. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool UseSpellCheckerSuggestions { get; set; }
vb
Public Property UseSpellCheckerSuggestions As Boolean

Property Value

TypeDescription
Boolean

true, to enable using the spell checker dictionary; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseSpellCheckerSuggestions
RichEditControl

.AutoCorrectOptions .UseSpellCheckerSuggestions

|

Remarks

AutoCorrect will substitute the word using the spell checker dictionary only if there’s only one suggestion provided for the misspelled word. If several suggestions are provided, AutoCorrect doesn’t use them.

For further information, refer to the PrepareSuggestionsEventArgs.Suggestions article.

See Also

DXRichEditAutoCorrectOptions Class

DXRichEditAutoCorrectOptions Members

DevExpress.Xpf.RichEdit Namespace