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

ASPxSpellCheckerISpellDictionary.GrammarPath Property

Get or sets a location of the affix file for the ASPxSpellCheckerISpellDictionary

Namespace: DevExpress.Web.ASPxSpellChecker

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

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.

Remarks

Base files and affix files are a part of the non-commercial GNU ISpell project.

See Also