Back to Devexpress

SpellChecker Properties

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellchecker-dot-underscore-properties.md

latest6.1 KB
Original Source

SpellChecker Properties

Represents the base component of the Spell Checker.

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. Inherited from SpellCheckerBase.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CultureGets or sets the culture-specific settings of the spell checker. Inherited from SpellCheckerBase.
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. Inherited from SpellCheckerBase.
DictionaryHelperProvides access to the object which facilitates dictionary operations. Inherited from SpellCheckerBase.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FormsManagerThis member supports the internal infrastructure and is not intended to be used directly from your code.
IgnoreListProvides access to a list of ignored words. Inherited from SpellCheckerBase.
IsCheckingIndicates whether the current DXSpellChecker control performs a spelling check.
KeepFocusOnControlSpecifies whether the input focus is set to the control that is being checked, to make the selected word visible.
LevenshteinDistanceGets or sets the parameter used to measure the proximity of words to be included in a suggestion collection. Inherited from SpellCheckerBase.
LoadOnDemandGets or sets whether the dictionary is not loaded until the spell checker language has matched the dictionary language. Inherited from SpellCheckerBase.
OptionsSpellingProvides access to the spelling options set for the spell checker instance.
ParentContainerGets or sets the control, representing the parent container for the DXSpellChecker instance.
SiteGets or sets the ISite of the Component. Inherited from Component.
SpellCheckModeGets or sets the DXSpellChecker’s operation mode.
SpellingFormTypeGets or sets the type of form that is shown when a possible misspelled word is found. Inherited from SpellCheckerBase.
SuggestionSearchTimeOutGets or sets the timeout for calculating suggestions. Inherited from SpellCheckerBase.
UseSharedDictionariesSpecifies whether the spell checker should use the shared dictionaries collection in a word search. For WinForms Spell Checker only. Inherited from SpellCheckerBase.

See Also

SpellChecker Class

SpellChecker Members

DevExpress.Xpf.SpellChecker Namespace