ComponentOne DataGrid for WPF and Silverlight
CurrentCell Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CurrentCell Property
Gets or sets the cell that contains the focus inside the C1DataGrid. This cell can be changed by the user when navigating with the keyboard or mouse interaction.
Syntax
'Declaration
 
Public Property CurrentCell As DataGridCell
public DataGridCell CurrentCell {get; set;}
See Also

Reference

C1DataGrid Class
C1DataGrid Members