Back to Devexpress

DXRichEditAutoCorrectOptions Properties

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

latest3.3 KB
Original Source

DXRichEditAutoCorrectOptions Properties

Provides the options specific to the AutoCorrect feature.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CorrectTwoInitialCapitalsGets or sets whether AutoCorrect should change the second of two initial capitals to lowercase. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DetectUrlsGets or sets whether AutoCorrect should detect URI strings and format them as hyperlinks. This is a dependency property.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
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.
ReplaceTextAsYouTypeGets or sets whether AutoCorrect should scan for entries as you type and replace them with the designated text or image. This is a dependency property.
UseSpellCheckerSuggestionsGets or sets whether AutoCorrect should revise misspelled words that are similar to words in the spell checker dictionary. This is a dependency property.

See Also

DXRichEditAutoCorrectOptions Class

DXRichEditAutoCorrectOptions Members

DevExpress.Xpf.RichEdit Namespace