Back to Devexpress

SpellCheckerBase Properties

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

latest4.4 KB
Original Source

SpellCheckerBase Properties

Represents the base class for the SpellChecker component.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ChangeAllListProvides access to the list of words and their counterparts that replace them on every occurrence.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CultureGets or sets the culture-specific settings of the spell checker.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DictionariesProvides access to the spell checker dictionaries collection.
DictionaryHelperProvides access to the object which facilitates dictionary operations.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IgnoreListProvides access to a list of ignored words.
LevenshteinDistanceGets or sets the parameter used to measure the proximity of words to be included in a suggestion collection.
LoadOnDemandGets or sets whether the dictionary is not loaded until the spell checker language has matched the dictionary language.
OptionsSpellingProvides access to the spelling options set for the SpellCheckerBase instance.
SiteGets or sets the ISite of the Component. Inherited from Component.
SpellingFormTypeGets or sets the type of form that is shown when a possible misspelled word is found.
SuggestionSearchTimeOutGets or sets the timeout for calculating suggestions.
UseSharedDictionariesSpecifies whether the spell checker should use the shared dictionaries collection in a word search. For WinForms Spell Checker only.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace