ASPxRichEditAutoCorrectSettings Class
In This Article
Contains options specifying what AutoCorrect features are enabled.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public class ASPxRichEditAutoCorrectSettings :
AutoCorrectOptions,
ISettingsWithExternalStateManager
#Related API Members
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.
#Implements
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
AutoCorrectOptions
ASPxRichEditAutoCorrectSettings
See Also