Skip to main content

SpellCheckerBase.Dictionaries Property

Provides access to the spell checker dictionaries collection.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v25.1.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public DictionaryCollection Dictionaries { get; }

Property Value

Type Description
DictionaryCollection

A DictionaryCollection object representing a collection of dictionaries.

See Also