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

ISpellCheckerDictionary.DictionaryPath Property

Gets or sets the path to the dictionary file.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

string DictionaryPath { get; set; }

Property Value

Type Description
String

A string specifying a path to the dictionary file.

See Also