Skip to main content

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

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public SpellCheckerDictionaryCollection Dictionaries { get; }

Property Value

Type Description
SpellCheckerDictionaryCollection

A SpellCheckerDictionaryCollection object representing a collection of dictionaries.

Remarks

The following dictionary extensions are supported:

See Also