AxpDataGrid

AxpDataGrid.RowRollOverEffect Property

Whether mouse row roll over effect in the grid should be enabled.

[Visual Basic]
Public Property RowRollOverEffect As Boolean
[C#]
public bool RowRollOverEffect {get; set;}

Property Value

true if mouse row roll over effect in the grid should be enabled, false otherwise. Default is false.

Remarks

The color of the highlight effect is set in the AxpDataGrid style sheet file in the TR.AXDBHighlightRow class.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace