ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / CurrentColumn Property

In This Topic
    CurrentColumn Property (C1DataGrid)
    In This Topic
    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