ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GetRightMostCell Method
The current cell.

In This Topic
    GetRightMostCell Method (DataGridDefaultInputHandlingStrategy)
    In This Topic
    Gets the right most visible cell regarding to the current cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetRightMostCell( _
       ByVal currentCell As DataGridCell _
    ) As DataGridCell
    public virtual DataGridCell GetRightMostCell( 
       DataGridCell currentCell
    )

    Parameters

    currentCell
    The current cell.
    See Also