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

SpellCheckerOpenOfficeDictionaryExtension.AlphabetUri Property

Gets or sets the alphabet file URI.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v19.1.dll

Declaration

public Uri AlphabetUri { get; set; }

Property Value

Type Description
Uri

A Uri object identifying a file with the language alphabet.

See Also