OutlookBar for WPF and Silverlight
C1.WPF.OutlookBar Namespace / C1OutlookBar Class / SelectedIndex Property

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