DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / DataCollection Property

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