Back to Devexpress

SpellCheckerBase<T>.Dictionaries Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1-2d5e848f.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public SpellCheckerDictionaryCollection Dictionaries { get; }
vb
Public ReadOnly Property Dictionaries As SpellCheckerDictionaryCollection

Property Value

TypeDescription
SpellCheckerDictionaryCollection

A SpellCheckerDictionaryCollection object representing a collection of dictionaries.

|

Remarks

The following dictionary extensions are supported:

See Also

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace