ComponentOne DataGrid for WPF and Silverlight
CurrentColumn Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CurrentColumn Property
Gets or sets the column that contains the focused cell. This cell is changed automatically as the user navigate among cells with the keyboard or because the mouse interaction.
Syntax
'Declaration
 
Public Property CurrentColumn As DataGridColumn
public DataGridColumn CurrentColumn {get; set;}
See Also

Reference

C1DataGrid Class
C1DataGrid Members