WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / C1DataFilter Class / DataCollection Property
In This Topic
    DataCollection Property (C1DataFilter)
    In This Topic
    Gets the underlying data collection used to filter the original ItemsSource collection.
    Syntax
    public C1.DataCollection.IDataCollection<object> DataCollection {get;}
    See Also