aspnet-devexpress-dot-web-dot-aspxrichedit-176e7565.md
Contains options specifying what AutoCorrect features are enabled.
Namespace : DevExpress.Web.ASPxRichEdit
Assembly : DevExpress.Web.ASPxRichEdit.v25.2.dll
NuGet Package : DevExpress.Web.Office
public class ASPxRichEditAutoCorrectSettings :
AutoCorrectOptions,
ISettingsWithExternalStateManager
Public Class ASPxRichEditAutoCorrectSettings
Inherits AutoCorrectOptions
Implements ISettingsWithExternalStateManager
The following members return ASPxRichEditAutoCorrectSettings objects:
An instance of the ASPxRichEditAutoCorrectSettings class can be accessed using the ASPxRichEditSettings.AutoCorrect property available via the ASPxRichEdit.Settings property.
Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions AutoCorrectOptions ASPxRichEditAutoCorrectSettings
See Also