ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1FilterEditor Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1FilterEditor)
    In This Topic
    Gets or sets the object used as the items source for the current C1FilterEditor control.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also