ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GetNextVisibleRow Method
The current row.

In This Topic
    GetNextVisibleRow Method
    In This Topic
    Gets the next visible row regarding to the current row.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetNextVisibleRow( _
       ByVal currentRow As DataGridRow _
    ) As DataGridRow
    public virtual DataGridRow GetNextVisibleRow( 
       DataGridRow currentRow
    )

    Parameters

    currentRow
    The current row.
    See Also