BCGControlBar Library for .NET
RemoveRowFromGroup Method




A row to remove.
Specifies whether GridData should rebuild the group index (the flat representation of the group tree). Set this parameter to false if you remove several rows at once.  You may call RebuildIndex later.
Removes a row from its group.
Syntax
'Declaration
 
Public Sub RemoveRowFromGroup( _
   ByVal row As GridDataRow, _
   ByVal rebuildIndex As Boolean _
) 
'Usage
 
Dim instance As GridData
Dim row As GridDataRow
Dim rebuildIndex As Boolean
 
instance.RemoveRowFromGroup(row, rebuildIndex)
public void RemoveRowFromGroup( 
   GridDataRow row,
   bool rebuildIndex
)
public: void RemoveRowFromGroup( 
   GridDataRow* row,
   bool rebuildIndex
) 
public:
void RemoveRowFromGroup( 
   GridDataRow^ row,
   bool rebuildIndex
) 

Parameters

row
A row to remove.
rebuildIndex
Specifies whether GridData should rebuild the group index (the flat representation of the group tree). Set this parameter to false if you remove several rows at once.  You may call RebuildIndex later.
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