DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / ChecklistFilter Class / SetItemsSource Method
The object used as the items source.

In This Topic
    SetItemsSource Method (ChecklistFilter)
    In This Topic
    Sets the object used as the items source for the checklist.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItemsSource( _
       ByVal itemsSource As Object _
    ) 
    protected override void SetItemsSource( 
       object itemsSource
    )

    Parameters

    itemsSource
    The object used as the items source.
    See Also