DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / DataCollection Property

In This Topic
    DataCollection Property (C1CollectionView)
    In This Topic
    Gets the data collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataCollection As IDataCollection(Of Object)
    public IDataCollection<object> DataCollection {get;}
    See Also