SpellCheckerCustomDictionarySource Property |
Manipulate the custom dictionary source. The new value must implement ICustomDictionarySource.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ICustomDictionarySource CustomDictionarySource { get; set; }
Public Property CustomDictionarySource As ICustomDictionarySource
Get
Set
public:
property ICustomDictionarySource^ CustomDictionarySource {
ICustomDictionarySource^ get ();
void set (ICustomDictionarySource^ value);
}
member CustomDictionarySource : ICustomDictionarySource with get, set
Property Value
Type:
ICustomDictionarySource
See Also