Skip to main content

DXRichEditSpellCheckerOptions Members

Provides options affecting the RichEditControl spell checking functionality.

Constructors

Name Description
DXRichEditSpellCheckerOptions() Initializes a new instance of the DXRichEditSpellCheckerOptions class with the default settings.

Properties

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.
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.
IgnoreNoProof Gets or sets whether the spell checker should ignore “no-proof” settings for text ranges in a document. This is a dependency property.
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