Back to Devexpress

DXRichEditSpellCheckerOptions Properties

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditspellcheckeroptions-dot-underscore-properties.md

latest3.5 KB
Original Source

DXRichEditSpellCheckerOptions Properties

Provides options affecting the RichEditControl spell checking functionality.

NameDescription
AutoDetectDocumentCultureGets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ClearErrorsAfterLimitExceededSpecifies 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.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IgnoreNoProofGets or sets whether the spell checker should ignore “no-proof” settings for text ranges in a document. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
LowerErrorLimitGets 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.
UpperErrorLimitGets or sets the number of errors at which the spell check stops. This is a dependency property.

See Also

DXRichEditSpellCheckerOptions Class

DXRichEditSpellCheckerOptions Members

DevExpress.Xpf.RichEdit Namespace