ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewItem Class / DataCollection Property

In This Topic
    DataCollection Property (ListViewItem)
    In This Topic
    Gets the collection to which the bound item belongs to.
    Syntax
    'Declaration
     
    Public Property DataCollection As C1.DataCollection.IDataCollection(Of Object)
    public C1.DataCollection.IDataCollection<object> DataCollection {get; set;}
    See Also