DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.8 Assembly / C1.Win.DataFilter Namespace / ChecklistFilter Class / Items Property

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