Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1SelectTool Class / SelectedIndex Property

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