Click or drag to resize
InputSettingHoveredCssClass Property
Gets or sets the css style for hovered TextBox control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string HoveredCssClass { get; set; }

Property Value

Type: String
A string object that represents the css style properties for hovered TextBox control. The default value is an empty string object.
See Also