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

AutoCorrectOptions.CorrectTwoInitialCapitals Property

Gets or sets whether AutoCorrect should change the second of two initial capitals to lowercase .

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool CorrectTwoInitialCapitals { get; set; }

Property Value

Type Default Description
Boolean false

true to switch this functionality on; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to CorrectTwoInitialCapitals
RichEditControlOptionsBase
.AutoCorrect .CorrectTwoInitialCapitals

Remarks

Use the IAutoCorrectService.SetReplaceTable method to add exceptions, such as “JScript”.

See Also