MVCxHtmlEditorFormsSettings.SpellCheckerForms Property
OBSOLETE
This property is not used any longer.
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.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("This property is not used any longer.")]
public MVCxSpellCheckerFormsSettings SpellCheckerForms { get; }
Property Value
Type | Description |
---|---|
MVCxSpellCheckerFormsSettings | A SpellCheckerFormsSettings object containing properties which point to individual dialog forms. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SpellCheckerForms |
---|---|
HtmlEditorSettings |
|
See Also