ComponentOne Basic Library for UWP
SelectedItems Property (C1ListBox)

C1.UWP Assembly > C1.Xaml Namespace > C1ListBox Class : SelectedItems Property
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

Reference

C1ListBox Class
C1ListBox Members