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

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

    Parameters

    currentCell
    The current cell.
    See Also