Skip to main content
A newer version of this page is available. .

RichEditSpellChecker.Check() Method

Checks the control content for spelling mistakes.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public void Check()

Remarks

Call the Check method to load dictionaries and provide an interaction with the user by invoking spelling forms.

See Also