FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / SelectedIndex Property

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