ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / CurrentRow Property

In This Topic
    CurrentRow Property
    In This Topic
    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