ComponentOne DataGrid for WPF and Silverlight
GetRightMostCell Method (DataGridDefaultInputHandlingStrategy)

C1.WPF.DataGrid Namespace > DataGridDefaultInputHandlingStrategy Class : GetRightMostCell Method
The current cell.
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

Reference

DataGridDefaultInputHandlingStrategy Class
DataGridDefaultInputHandlingStrategy Members