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

In This Topic
    Items Property (ChecklistFilterBase)
    In This Topic
    Gets the items collection of checklist.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As ChecklistItemsCollection
    public ChecklistItemsCollection Items {get;}
    See Also