HtmlEditorFormsSettings.SpellCheckerForms Property
In This Article
Gets the settings allowing you to specify paths to customized versions of the built-in spell checker’s dialog forms (UserControls) stored within a web site.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SpellCheckerFormsSettings SpellCheckerForms { get; }
#Property Value
Type | Description |
---|---|
Spell |
A Spell |
See Also