ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GoToDownCell Method / GoToDownCell(DataGridCell) Method
The current cell.

In This Topic
    GoToDownCell(DataGridCell) Method
    In This Topic
    Goes to down cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function GoToDownCell( _
       ByVal currentCell As DataGridCell _
    ) As Boolean
    public bool GoToDownCell( 
       DataGridCell currentCell
    )

    Parameters

    currentCell
    The current cell.
    See Also