Skip to main content

ASPxRichEditAutoCorrectSettings.CorrectTwoInitialCapitals Property

Gets or sets whether the control should correct words that start with two capital letters by changing the second letter to lowercase.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(false)]
public override 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
ASPxRichEditSettings
.AutoCorrect .CorrectTwoInitialCapitals
See Also