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

ASPxHunspellDictionary.Dictionary Property

Indicates the dictionary for the Hunspell spell checking algorithm.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public HunspellDictionary Dictionary { get; }

Property Value

Type Description
HunspellDictionary

A HunspellDictionary object.

See Also