GridViewHoverRow Property
|
Gets or sets a value indicating whether [hover row].
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool HoverRow { get; set; }<asp:GridView HoverRow="True|False" />
Property Value
Type:
Booleantrue if [hover row]; otherwise,
false.
See Also