Skip to main content
A newer version of this page is available. .

ASPxHtmlEditorSpellCheckerSettings Class

Represents a set of settings related to spell checking of the ASPxHtmlEditor‘s content.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxHtmlEditorSpellCheckerSettings :
    ASPxHtmlEditorSettingsBase

The following members return ASPxHtmlEditorSpellCheckerSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxHtmlEditor.SettingsSpellChecker
ASP.NET MVC Extensions HtmlEditorSettings.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.

Inheritance

See Also