SpellCheckerCustomAppendix Property |
The suffix that gets appended to the custom dictionary file name. It is usually a user specific string that allows to distinguish dictionaries for different users.
Default filenames are Language + CustomAppendix + ".txt".
Property Value
Type: String
The default is -Custom
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string CustomAppendix { get; set; }
Public Property CustomAppendix As String
Get
Set
public:
property String^ CustomAppendix {
String^ get ();
void set (String^ value);
}
member CustomAppendix : string with get, set
Property Value
Type:
String
See Also