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

SpellCheckerCustomDictionaryExtension.DictionaryUri Property

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

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 Uri DictionaryUri { get; set; }

Property Value

Type Description
Uri

An Uri object, identifying the dictionary file.

Remarks

The custom dictionary base words file can be represented by *.dic or *.txt file.

See Also