Skip to main content

SpellCheckerBase.Dictionaries Property

Provides access to the spell checker dictionaries collection.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

public DictionaryCollection Dictionaries { get; }

#Property Value

Type Description
DictionaryCollection

A DictionaryCollection object representing a collection of dictionaries.

See Also