InputSettingInvalidCssClass Property |
Gets or stes the css style for invalid state of TextBox control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string InvalidCssClass { get; set; }
Public Overridable Property InvalidCssClass As String
Get
Set
public:
virtual property String^ InvalidCssClass {
String^ get ();
void set (String^ value);
}
abstract InvalidCssClass : string with get, set
override InvalidCssClass : string with get, set
Property Value
Type:
String
A string object that represents the style properties for invalid TextBox control.
The default value is an empty string object.
See Also