Back to Devexpress

ASPxRichEditSpellCheckerSettings.Culture Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditspellcheckersettings-16520c1b.md

latest2.0 KB
Original Source

ASPxRichEditSpellCheckerSettings.Culture Property

Gets or sets the culture-specific settings of the built-in spell checker.

Namespace : DevExpress.Web.ASPxRichEdit

Assembly : DevExpress.Web.ASPxRichEdit.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue(null)]
public CultureInfo Culture { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Culture As CultureInfo

Property Value

TypeDefaultDescription
CultureInfonull

A CultureInfo object that specifies culture settings (language and phonetic specifics).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Culture
ASPxRichEditSettings

.SpellChecker .Culture

|

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

ASPxRichEditSpellCheckerSettings Class

ASPxRichEditSpellCheckerSettings Members

DevExpress.Web.ASPxRichEdit Namespace