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

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