Back to Devexpress

SpellCheckerDictionaryBase Properties

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerdictionarybase-dot-underscore-properties.md

latest2.7 KB
Original Source

SpellCheckerDictionaryBase Properties

Defines the base class for XtraSpellChecker dictionaries.

NameDescription
AlphabetCharsGets the alphabetical list of characters for the current dictionary. Inherited from DictionaryBase.
AlphabetPathGets or sets the path to the alphabet file used for creating the SpellCheckerISpellDictionary.
CacheKeyGets or sets a unique identifier of a dictionary instance for caching purposes.
CanCacheDictionaryIndicates whether a dictionary can be placed in the cache.
CaseSensitiveGets or sets 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. Inherited from DictionaryBase.
DictionaryPathGets or sets the path to the dictionary file. Inherited from DictionaryBase.
EncodingGets or sets the dictionary text encoding.
Item[Int32]Gets or sets the word at the specified index in the dictionary.
LoadedGets whether the dictionary is loaded. Inherited from DictionaryBase.
WordCountGets the number of word entries contained in the dictionary.

See Also

SpellCheckerDictionaryBase Class

SpellCheckerDictionaryBase Members

DevExpress.XtraSpellChecker Namespace