ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewGroupItem Class / _group Field

In This Topic
    _group Field
    In This Topic
    Represents the group collection
    Syntax
    'Declaration
     
    Protected _group As C1.DataCollection.IDataCollectionGroup(Of Object,Object)
    protected C1.DataCollection.IDataCollectionGroup<object,object> _group
    See Also