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

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

    Parameters

    itemsSource
    The object used as the items source.
    See Also