Back to Devexpress

RichEditControl.SpellChecker Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-d88ce7fe.md

latest2.3 KB
Original Source

RichEditControl.SpellChecker Property

Gets or sets a spell checker component used with the RichEdit control.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public ISpellChecker SpellChecker { get; set; }
vb
Public Property SpellChecker As ISpellChecker

Property Value

TypeDescription
ISpellChecker

An object providing the ISpellChecker interface.

|

Remarks

The SpellChecker property can be used to specify a spell checker at runtime. Instantiate the SpellChecker object, load the dictionaries, specify the SpellChecker.OptionsSpelling and SpellChecker.SpellCheckMode. Finally, assign the SpellChecker instance to the SpellChecker property.

Tip

We recommend that you use the behavior mechanism to specify a spell checker and dictionaries in XAML. Refer to the following article for more information: Configure Spelling Check in XAML

See Also

Configure Spell-Checking Behavior

RichEditSpellChecker

DXSpellChecker

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace