ComponentOne DataFilter for WPF
C1.DataFilter Namespace / ChecklistFilterBase Class / SelectedItems Property

In This Topic
    SelectedItems Property (ChecklistFilterBase)
    In This Topic
    Gets the collection of selected items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedItems As List(Of ChecklistItem)
    public List<ChecklistItem> SelectedItems {get;}
    See Also