Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListBox Class / SelectedItems Property

In This Topic
    SelectedItems Property (C1ListBox)
    In This Topic
    Gets or set the list of items which are selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedItems As IEnumerable
    public IEnumerable SelectedItems {get; set;}
    See Also