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