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

SpellCheckerOpenOfficeDictionaryExtension.GrammarUri Property

Gets or sets the grammar file (.aff) URI.

Namespace: DevExpress.Xpf.SpellChecker

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

Declaration

public Uri GrammarUri { get; set; }

Property Value

Type Description
Uri

A Uri value, indicating the affix file.

See Also