BCGControlBar Library for .NET
GroupIndexCollection Property




Gets a collection of rows that is served as a flat representation of group tree.
Syntax
'Declaration
 
Public ReadOnly Property GroupIndexCollection As CollectionWithEvents
'Usage
 
Dim instance As GridData
Dim value As CollectionWithEvents
 
value = instance.GroupIndexCollection
public CollectionWithEvents GroupIndexCollection {get;}
public: __property CollectionWithEvents* get_GroupIndexCollection();
public:
property CollectionWithEvents^ GroupIndexCollection {
   CollectionWithEvents^ get();
}
Remarks
This collection is managed by GridData and modified when you call grouping - related methods. Use RebuildIndex to rebuild this collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridData Class
GridData Members

Send Feedback