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

ASPxSpellCheckerISpellDictionary.Dictionary Property

Gets an internal representation of a spellchecker dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public SpellCheckerISpellDictionary Dictionary { get; }

Property Value

Type Description
SpellCheckerISpellDictionary

A SpellCheckerISpellDictionary class instance.

See Also