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

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

    Parameters

    currentCell
    The current cell.
    See Also