Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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