The information if the row of this cell is moused over.

Namespace: Ico.WPF.Specialized.DataGridControl.Controls
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsRowMouseOver { get; set; }
Visual Basic
Public Property IsRowMouseOver As Boolean
	Get
	Set
JScript
function get IsRowMouseOver () : boolean
function set IsRowMouseOver (value : boolean)

See Also