Skip to main content

ASPxHunspellDictionary.Dictionary Property

Indicates the dictionary for the Hunspell spell checking algorithm.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public HunspellDictionary Dictionary { get; }

Property Value

Type Description
HunspellDictionary

A HunspellDictionary object.

See Also