Skip to main content

ASPxSpellCheckerISpellDictionary.Dictionary Property

Gets an internal representation of a spellchecker dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public SpellCheckerISpellDictionary Dictionary { get; }

Property Value

Type Description
SpellCheckerISpellDictionary

A SpellCheckerISpellDictionary class instance.

See Also