Back to Devexpress

ASPxHtmlEditorSpellCheckerSpellingSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-3dad117f.md

latest3.1 KB
Original Source

ASPxHtmlEditorSpellCheckerSpellingSettings Class

Represents a container of settings that affect spell checking of the ASPxHtmlEditor‘s content.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxHtmlEditorSpellCheckerSpellingSettings :
    ASPxSpellCheckerSpellingSettings
vb
Public Class ASPxHtmlEditorSpellCheckerSpellingSettings
    Inherits ASPxSpellCheckerSpellingSettings

The following members return ASPxHtmlEditorSpellCheckerSpellingSettings objects:

Remarks

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.

The default settings are:

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxSpellCheckerBaseSettings ASPxSpellCheckerSpellingSettings ASPxHtmlEditorSpellCheckerSpellingSettings

See Also

ASPxHtmlEditorSpellCheckerSpellingSettings Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace