DXRichEditSpellCheckerOptions Properties
Provides options affecting the RichEditControl spell checking functionality.
Name | Description |
---|---|
Auto |
Gets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically. This is a dependency property. |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Clear |
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. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Ignore |
Gets or sets whether the spell checker should ignore “no-proof” settings for text ranges in a document. This is a dependency property. |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Lower |
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. |
Upper |
Gets or sets the number of errors at which the spell check stops. This is a dependency property. |
See Also