ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GetNextSelectableCell Method
The current cell.
Check if next cell is editable or not.

In This Topic
    GetNextSelectableCell Method
    In This Topic
    Gets the next selection cell regarding to the current cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetNextSelectableCell( _
       ByVal currentCell As DataGridCell, _
       ByVal checkEditable As Boolean _
    ) As DataGridCell
    public virtual DataGridCell GetNextSelectableCell( 
       DataGridCell currentCell,
       bool checkEditable
    )

    Parameters

    currentCell
    The current cell.
    checkEditable
    Check if next cell is editable or not.
    See Also