Back to Devexpress

SpellCheckerOpenOfficeDictionaryExtension.DictionaryUri Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckeropenofficedictionaryextension.md

latest1.8 KB
Original Source

SpellCheckerOpenOfficeDictionaryExtension.DictionaryUri Property

SECURITY-RELATED CONSIDERATIONS

Downloading files passed through URLs specified by the DictionaryUri property may create security issues. Review the following help topic and learn how to spot, analyze, and prohibit unwanted download requests:

Suppress Control Requests to Download Data from External URLs

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

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public Uri DictionaryUri { get; set; }
vb
Public Property DictionaryUri As Uri

Property Value

TypeDescription
Uri

A Uri value, identifying a dictionary file.

|

Remarks

In OpenOffice dictionaries, the Base Words file is represented by the *.dic. file.

See Also

SpellCheckerOpenOfficeDictionaryExtension Class

SpellCheckerOpenOfficeDictionaryExtension Members

DevExpress.Xpf.SpellChecker Namespace