Back to Devexpress

Get Started with WPF Spell Checker

wpf-8926-controls-and-libraries-spell-checker-getting-started.md

latest824 B
Original Source

Get Started with WPF Spell Checker

  • Jul 26, 2024

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 XAMLUse 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-BehindAdd the SpellChecker component in code behind for a more customizable implementation: track user interaction and customize UI.