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

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