Skip to main content

HunspellDictionary.GrammarPath Property

Gets or sets the filename of the affix file (.aff) to be loaded.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

public string GrammarPath { get; set; }

#Property Value

Type Description
String

A String that is the path to the affix file.

See Also