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

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

    Parameters

    currentCell
    The current cell.
    See Also