Skip to main content

DXSpellChecker.Check() Method

Checks the control content for spelling mistakes.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: 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