Skip to main content

ISpellCheckerDictionary.DictionaryPath Property

Gets or sets the path to the dictionary file.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

string DictionaryPath { get; set; }

Property Value

Type Description
String

A string specifying a path to the dictionary file.

See Also