Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TileListBox Class / SelectedItems Property

In This Topic
    SelectedItems Property (C1TileListBox)
    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