ComponentOne DataGrid for WPF and Silverlight
IsMouseOver Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : IsMouseOver Property
Gets a value indicating whether the mouse is over the column.
Syntax
'Declaration
 
Public ReadOnly Property IsMouseOver As System.Boolean
public System.bool IsMouseOver {get;}

Property Value

true if the mouse is over the column; otherwise, false.
See Also

Reference

DataGridColumn Class
DataGridColumn Members