Back to Devexpress

ISpellCheckerDictionary Members

corelibraries-devexpress-dot-xtraspellchecker-dot-ispellcheckerdictionary-dot-underscore-members.md

latest2.1 KB
Original Source

ISpellCheckerDictionary Members

Defines the basic interface for spell checker dictionaries.

Properties

NameDescription
AlphabetCharsGets the alphabetical list of characters for the current dictionary.
CaseSensitiveGets the flag that affects the case sensitivity of the search algorithm and the rules of comparison.
CultureGets or sets the culture specific settings of the dictionary.
DictionaryPathGets or sets the path to the dictionary file.
LoadedGets whether the dictionary is loaded.
WordCountGets the number of word entries contained in the dictionary.

Methods

NameDescription
Clear()Clears all dictionary entries and inner structures.
Contains(String)Determines whether a word is in the dictionary.
FindWord(String)Searches for the word in the dictionary.
Load()Loads the dictionary and prepares it for use.

Events

NameDescription
DictionaryLoadedOccurs when a dictionary is loaded.

See Also

ISpellCheckerDictionary Interface

DevExpress.XtraSpellChecker Namespace