Back to Devexpress

ASPxRichEditOptionsSpelling Class

aspnet-devexpress-dot-web-dot-aspxrichedit-a06162fc.md

latest2.0 KB
Original Source

ASPxRichEditOptionsSpelling Class

Contains the settings that affect spell checking of the ASPxRichEdit’s content.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class ASPxRichEditOptionsSpelling :
    ASPxRichEditSettingsBase
vb
Public Class ASPxRichEditOptionsSpelling
    Inherits ASPxRichEditSettingsBase

The following members return ASPxRichEditOptionsSpelling objects:

Remarks

An instance of the ASPxRichEditOptionsSpelling class can be accessed using this property: ASPxRichEditSpellCheckerSettings.OptionsSpelling.

Use this object’s properties to specify the word types excluded from checking, how the text selection should be dealt with, and more available options.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxRichEditSettingsBase ASPxRichEditOptionsSpelling

See Also

ASPxRichEditOptionsSpelling Members

DevExpress.Web.ASPxRichEdit Namespace