IsMouseOver Property (DataGridColumn)
In This Topic
Gets a value indicating whether the mouse is over the column.
Syntax
'Declaration
Public ReadOnly Property IsMouseOver As Boolean
public bool IsMouseOver {get;}
Property Value
true
if the mouse is over the column; otherwise,
false
.
See Also