Skip to main content

Check Spelling

To implement a spell checking functionality in an application with the DXRichEdit control, use the Spell Checker component.

Drag the SpellChecker component icon from the Visual Studio toolbox to the form that contains XtraRichEdit control. Now the RichEditControl can check spelling. The RichEditControl.SpellChecker property is set to the created spellchecker component automatically. You can specify dictionaries as described in DXSpellChecker documentation (see the Dictionaries article for more information) and turn the Check-As-You-Type mode on, if required, via the SpellChecker.SpellCheckMode property.