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

In This Topic
    SelectedItem Property (C1OutlookBar)
    In This Topic
    Gets or sets the selected item or null if the selection is empty.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also