SpellChecker.Dictionaries Property
In This Article
Obtains a collection of dictionaries.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.2.dll
NuGet Package: DevExpress.Win.SpellChecker
#Declaration
public DictionaryCollection Dictionaries { get; }
#Property Value
Type | Description |
---|---|
Dictionary |
The dictionary collection. |
See Also