Skip to content

DevExpress-Examples/dxrichedit-for-wpf-how-to-configure-spell-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DXRichEdit for WPF: How to Configure Spell Check in the RichEditControl

This example illustrates how to use DXSpellChecker for WPF to check spelling of the document loaded in the RichEditControl with the Check As You Type mode.

The spell checker loads two main dictionaries. The format of the US English dictionary is ISpell, and the format of the Russian dictionary is OpenOffice. Two custom dictionaries are also loaded to provide specific words not found in the main dictionaries.

Files to Review

Documentation