Skip to main content
A newer version of this page is available. .

SpellCheckerCommand.Culture Property

Gets or sets the culture of the custom dictionary to which a word can be added.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

public CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

A CultureInfo object specifying the dictionary culture.

See Also