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

WebDictionary.DictionaryPath Property

Gets or sets a path to the dictionary file used to create spellchecker dictionaries.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the path to the dictionary file.

Remarks

The DictionaryPath property specifies the dictionary file’s location in either an absolute or relative path.

See Also