ASPxHtmlEditorSpellCheckerSettings.Culture Property
Gets or sets the culture-specific settings of the ASPxHtmlEditor‘s built-in spell checker.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v21.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
CultureInfo | null | A CultureInfo object that specifies culture settings (language and phonetic specifics). |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Culture |
---|---|---|
ASP.NET MVC Extensions | HtmlEditorSettings |
|
ASP.NET Web Forms Controls | ASPxHtmlEditor |
|
Remarks
Specify this property to force the control’s spell checking module to use the dictionary with the same culture setting.
If the culture setting is changed before the text is checked completely, the remaining part of the text is checked according to new culture specifics.
See Also