Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditControlOptionsBase.AutoCorrect Property

Provides access to options that enable you to configure autocorrect features.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public AutoCorrectOptions AutoCorrect { get; }

Property Value

Type Description
AutoCorrectOptions

An AutoCorrectOptions object containing settings for autocorrect features.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoCorrect
IRichEditDocumentServer
.Options .AutoCorrect
RichEditDocumentServer
.Options .AutoCorrect
See Also