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

AutoCorrectSettingsBuilder.CorrectTwoInitialCapitals(Boolean) Method

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

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v19.2.dll

Declaration

public AutoCorrectSettingsBuilder CorrectTwoInitialCapitals(
    bool value
)

Parameters

Name Type Description
value Boolean

true, to switch this functionality on; otherwise, false.

Returns

Type Description
AutoCorrectSettingsBuilder

An object that can be used to further configure the AutoCorrect settings.

See Also