ICustomDictionarySourceDictionaryPath Property |
The directory that contains the custom dictionary file.
Necessary only for file based storage -- it is set to the physical directory corresponding to KaxSpell's DictPath property setting.
Namespace: Kettic.AspNet.Controls.DictionariesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax string DictionaryPath { get; set; }
Property DictionaryPath As String
Get
Set
property String^ DictionaryPath {
String^ get ();
void set (String^ value);
}
abstract DictionaryPath : string with get, set
Property Value
Type:
StringSee Also