ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / FilterSourceInfo Class / ItemsSource Property

In This Topic
    ItemsSource Property (FilterSourceInfo)
    In This Topic
    Collection data source contains display and value (selected) member data
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also