ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class / SelectedItem Property

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