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. |
Fields
| Name | Description |
|---|---|
| AutoDetectDocumentCultureProperty static | Identifies the DXRichEditSpellCheckerOptions.AutoDetectDocumentCulture dependency property. |
| ClearErrorsAfterLimitExceededProperty static | Identifies the DXRichEditSpellCheckerOptions.ClearErrorsAfterLimitExceeded dependency property. |
| IgnoreNoProofProperty static | Identifies the DXRichEditSpellCheckerOptions.IgnoreNoProof dependency property. |
| LowerErrorLimitProperty static | Identifies the DXRichEditSpellCheckerOptions.LowerErrorLimit dependency property. |
| UpperErrorLimitProperty static | Identifies the DXRichEditSpellCheckerOptions.UpperErrorLimit dependency property. |
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