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

SpellCheckerISpellDictionaryExtension.DictionaryUri Property

Gets or sets the dictionary (Base Words) file URI.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v21.2.dll

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public Uri DictionaryUri { get; set; }

Property Value

Type Description
Uri

A Uri value, identifying a dictionary file.

Remarks

In ISpell dictionaries, the Base Words file is represented by the *.xlg or *.hash file.

See Also