Back to Devexpress

ASPxRichEditAutoCorrectSettings Class

aspnet-devexpress-dot-web-dot-aspxrichedit-176e7565.md

latest2.1 KB
Original Source

ASPxRichEditAutoCorrectSettings Class

Contains options specifying what AutoCorrect features are enabled.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class ASPxRichEditAutoCorrectSettings :
    AutoCorrectOptions,
    ISettingsWithExternalStateManager
vb
Public Class ASPxRichEditAutoCorrectSettings
    Inherits AutoCorrectOptions
    Implements 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.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions AutoCorrectOptions ASPxRichEditAutoCorrectSettings

See Also

ASPxRichEditAutoCorrectSettings Members

DevExpress.Web.ASPxRichEdit Namespace