Skip to main content
A newer version of this page is available. .

DXRichEditSpellCheckerOptions Properties

Provides options affecting the RichEditControl spell checking functionality.
Name Description
AutoDetectDocumentCulture Gets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically. This is a dependency property.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ClearErrorsAfterLimitExceeded Specifies whether the spell check stops and the list of misspelled words is cleared when the number of found misspellings exceeds a predefined limit. This is a dependency property.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IgnoreNoProof Gets or sets whether the spell checker should ignore “no-proof” settings for text ranges in a document. This is a dependency property.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
LowerErrorLimit Gets or sets the number of misspelled words at which spell check is resumed after it has been stopped due to the high number of misspellings. This is a dependency property.
UpperErrorLimit Gets or sets the number of errors at which the spell check stops. This is a dependency property.
See Also