C1.Win.DataFilter.8 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 _
) 
 

Parameters

itemsSource
The object used as the items source.
See Also