SpellCheckerBase<T>.Dictionaries Property
Provides access to the spell checker dictionaries collection. This is a dependency property.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
Property Value
Type | Description |
---|---|
SpellCheckerDictionaryCollection | A SpellCheckerDictionaryCollection object representing a collection of dictionaries. |
Remarks
The following dictionary extensions are supported:
- SpellCheckerISpellDictionaryExtension;
- SpellCheckerCustomDictionaryExtension;
- HunspellDictionaryExtension;
- SpellCheckerOpenOfficeDictionaryExtension.
See Also