ASPxRichEditSpellCheckerSettings.Culture Property
In This Article
Gets or sets the culture-specific settings of the built-in spell checker.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
[DefaultValue(null)]
public CultureInfo Culture { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Culture |
null | A Culture |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Culture |
---|---|
ASPx |
|
#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