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

ASPxRichEditAutoCorrectSettings Class

Contains options specifying what AutoCorrect features are enabled.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public class ASPxRichEditAutoCorrectSettings :
    AutoCorrectOptions,
    ISettingsWithExternalStateManager

The following members return ASPxRichEditAutoCorrectSettings objects:

Remarks

An instance of the ASPxRichEditAutoCorrectSettings class can be accessed using the ASPxRichEditSettings.AutoCorrect property available via the ASPxRichEdit.Settings property.

See Also