ComponentOne DataGrid for WPF and Silverlight
CurrentRow Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CurrentRow Property
Gets or sets the row that contains the focused cell. This cell is changed automatically as the user navigate among cells with the keyboard or because the mouse interaction.
Syntax
'Declaration
 
Public Property CurrentRow As DataGridRow
public DataGridRow CurrentRow {get; set;}
See Also

Reference

C1DataGrid Class
C1DataGrid Members