DevExpress.Xpf.SpellChecker Namespace
Contains classes which implement the main functionality of the DXSpellChecker for WPF suite.
Assembly: DevExpress.Xpf.SpellChecker.v25.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Classes
| Name | Description |
|---|---|
| DictionarySourceCollection | A collection of source dictionaries that are used to check spelling in a document. |
| DXSpellChecker | Allows you to implement the spell checking functionality for the text controls in XAML. |
| HunspellDictionaryExtension | An extension instance implementing the HunspellDictionary functionality in XAML. |
| OptionsSpelling | Contains options that affect text processing. |
| RichEditSpellChecker | Allows you to implement the spell checking functionality for the RichEditControl in XAML. |
| SpellChecker | Represents the base component of the Spell Checker. |
| SpellCheckerBase<T> | Serves as a base class to the DXSpellChecker and RichEditSpellChecker behaviors. |
| SpellCheckerCustomDictionaryExtension | An extension object implementing the SpellCheckerCustomDictionary functionality in XAML. |
| SpellCheckerDictionaryCollection | The collection of dictionaries provided for the RichEditSpellChecker or DXSpellChecker behaviors. |
| SpellCheckerISpellDictionaryExtension | An extension instance implementing the SpellCheckerISpellDictionary functionality in XAML. |
| SpellCheckerOpenOfficeDictionaryExtension | An extension instance implementing the SpellCheckerOpenOfficeDictionary functionality in XAML. |
| SpellingExtensions static | A base class for spell check extension methods. |
| SpellingSettings | Specifies spelling settings for a framework element. |