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

DXSpellChecker.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.

Call the DXSpellChecker.CheckContainer method to check the spelling of control in the container.

See Also