Skip to main content

ASPxSpellCheckerDictionary.Dictionary Property

Gets an internal representation of a spellchecker dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

#Declaration

public SpellCheckerDictionary Dictionary { get; }

#Property Value

Type Description
SpellCheckerDictionary

A SpellCheckerDictionary class instance.

See Also