Skip to main content

Get Started with WPF Spell Checker

If you are a first-time user, you can refer to the following tutorials to get acquainted with the DXSpellChecker for WPF. Select the suitable implementation depending on your requirements:

Configure Spell-Checking Behavior in XAML
Use the Spell Checker behavior for a simple out-of-the-box implementation. It is suitable for scenarios where User Interface customization is not required.
Implement Standalone Spell Checker in Code-Behind
Add the SpellChecker component in code behind for a more customizable implementation: track user interaction and customize UI.