Back to Devexpress

SpellCheckerDictionary Class

corelibraries-devexpress-dot-xtraspellchecker-3a957cda.md

latest1.7 KB
Original Source

SpellCheckerDictionary Class

Represents a dictionary used by the XtraSpellChecker engine.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class SpellCheckerDictionary :
    SpellCheckerDictionaryBase
vb
Public Class SpellCheckerDictionary
    Inherits SpellCheckerDictionaryBase

The following members return SpellCheckerDictionary objects:

Remarks

Serves as the base class for custom dictionaries.

Implements

ISpellCheckerDictionary

Inheritance

Object DictionaryBase SpellCheckerDictionaryBase SpellCheckerDictionary SpellCheckerCustomDictionary

See Also

SpellCheckerDictionary Members

DevExpress.XtraSpellChecker Namespace