HtmlEditorSettings.SettingsSpellChecker Property
Provides access to the spelling settings for checking the HtmlEditor’s content.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ASPxHtmlEditorSpellCheckerSettings | A ASPxHtmlEditorSpellCheckerSettings object that holds the spelling options. |
Remarks
Use the SettingsSpellChecker property to get access to basic spelling options, such as ASPxHtmlEditorSpellCheckerSettings.Culture, ASPxHtmlEditorSpellCheckerSettings.Dictionaries, ASPxHtmlEditorSpellCheckerSettings.LevenshteinDistance, ASPxHtmlEditorSpellCheckerSettings.SettingsSpelling, ASPxHtmlEditorSpellCheckerSettings.SettingsText, ASPxHtmlEditorSpellCheckerSettings.SuggestionCount.
See Also