BCGControlBar Library for .NET
RebuildIndex Method




Rebuilds group index from group tree.
Syntax
'Declaration
 
Public Sub RebuildIndex() 
'Usage
 
Dim instance As GridData
 
instance.RebuildIndex()
public void RebuildIndex()
public: void RebuildIndex(); 
public:
void RebuildIndex(); 
Remarks
Group index is a flat representation of group tree. If you make any massive changes directly in the tree of groups, you may want to call this method to synchronize the index with the tree instead of updating the index manually.
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