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