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

In This Topic
    SelectedIndex Property
    In This Topic
    Gets or sets the index of the selected row.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also