Skip to main content

SpellChecker Properties
Show Inherited Hide Inherited

Represents the base component of the DXSpellChecker for Silverlight suite.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
ChangeAllList Provides access to the list of words and their counterparts that replace them on every occurrence. Inherited from SpellCheckerBase.
Container Gets the IContainer that contains the Component. Inherited from Component.
Culture Gets or sets the culture-specific settings of the spell checker. Inherited from SpellCheckerBase.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Dictionaries Provides access to the spell checker dictionaries collection. Inherited from SpellCheckerBase.
DictionaryHelper Provides access to the object which facilitates dictionary operations. Inherited from SpellCheckerBase.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
FormsManager Provides access to the object that manages the spelling forms for user interaction.
IgnoreList Provides access to a list of ignored words. Inherited from SpellCheckerBase.
IsChecking Indicates whether the current DXSpellChecker control performs a spelling check.
KeepFocusOnControl Specifies whether or not the input focus is set to the control that is being checked, to make the selected word visible.
LevenshteinDistance Gets or sets the parameter used to measure the proximity of words to be included in a suggestion collection. Inherited from SpellCheckerBase.
LoadOnDemand Gets or sets whether the dictionary is not loaded until the spell checker language has matched the dictionary language. Inherited from SpellCheckerBase.
OptionsSpelling Provides access to the spelling options set for the spell checker instance.
ParentContainer Gets or sets the control, representing the parent container for the DXSpellChecker instance.
Site Gets or sets the ISite of the Component. Inherited from Component.
SpellCheckMode Gets or sets the DXSpellChecker operation mode.
SpellingFormType Gets or sets the type of the form to be shown when a probable misspelled word is found. Inherited from SpellCheckerBase.
SuggestionSearchTimeOut Gets or sets the timeout for calculating suggestions. Inherited from SpellCheckerBase.
UseSharedDictionaries Not in use for DXRichEdit. Inherited from SpellCheckerBase.
See Also