Skip to main content

ASPxHunspellDictionary.GrammarPath Property

Specifies the filename of the affix file (.aff) to be loaded.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string GrammarPath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, specifying the path to the affix file.

See Also