Property UseExcludeList
UseExcludeList
Gets or sets whether to use an exclude list.
bool UseExcludeList { get; set; }
Property Value
Remarks
The validator checks if the user input is on the list, complaining if it is. See AddCharExcludes(string).
Gets or sets whether to use an exclude list.
bool UseExcludeList { get; set; }
The validator checks if the user input is on the list, complaining if it is. See AddCharExcludes(string).