Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, 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