Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.ClientSide")]
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
public bool AllowRowHover { get; set; }
Visual Basic
<C1CategoryAttribute("Category.ClientSide")> _
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property AllowRowHover As Boolean
	Get
	Set

See Also