Back to Devexpress

ASPxHtmlEditorSpellCheckerSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-29250f5d.md

latest2.4 KB
Original Source

ASPxHtmlEditorSpellCheckerSettings Class

Represents a set of settings related to 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 ASPxHtmlEditorSpellCheckerSettings :
    ASPxHtmlEditorSettingsBase
vb
Public Class ASPxHtmlEditorSpellCheckerSettings
    Inherits ASPxHtmlEditorSettingsBase

The following members return ASPxHtmlEditorSpellCheckerSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxHtmlEditor.SettingsSpellChecker
ASP.NET MVC ExtensionsHtmlEditorSettings.SettingsSpellChecker

Remarks

Use the ASPxHtmlEditorSpellCheckerSettings object to define the main settings for spell checking of the editor’s content, such as dictionaries (the ASPxHtmlEditorSpellCheckerSettings.Dictionaries property), culture (the ASPxHtmlEditorSpellCheckerSettings.Culture propery) etc.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase ASPxHtmlEditorSpellCheckerSettings

See Also

ASPxHtmlEditorSpellCheckerSettings Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace