ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Collections.IEnumerable
    public System.Collections.IEnumerable SelectedItems {get; set;}
    See Also