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

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