Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxHunspellDictionary Properties
Show Inherited Hide Inherited

Represents the Hunspell dictionary.
Name Description
Active Returns whether the dictionary is used for spell checking. Inherited from TdxCustomSpellCheckerDictionary.
Alphabet Specifies the corresponding language’s alphabet. Inherited from TdxCustomSpellCheckerDictionary.
CodePage Specifies the dictionary’s code page. Inherited from TdxCustomSpellCheckerDictionary.
DictionaryPath Specifies the dictionary file from which a dictionary is created based on rules provided by the affix file.
Enabled Specifies whether the dictionary is enabled. Inherited from TdxCustomSpellCheckerDictionary.
GrammarPath Specifies the affix file used to build up a dictionary from the affix-compressed dictionary file specified by the DictionaryPath property.
Language Specifies the dictionary’s language. Inherited from TdxCustomSpellCheckerDictionary.
Loaded Returns whether the dictionary is loaded into memory. Inherited from TdxCustomSpellCheckerDictionary.
NgramDistance Specifies the distance between the misspelled and suggested words.
SpellChecker Returns a spell checker. Inherited from TdxSpellCheckerPersistent.
SuggestionsLiteMode Specifies the manner in which the spell checker uses correction algorithms.
See Also