BCGControlBar Library for .NET
GroupCell Class
Members 




Implements a special cell that is used for visualization of GroupNode objects (group rows).
Object Model
GroupCell ClassGridColumn ClassGridDataItem ClassGridDataRow ClassGridCellVisualStyle Class
Syntax
'Declaration
 
Public Class GroupCell 
   Inherits TextCell
'Usage
 
Dim instance As GroupCell
public class GroupCell : TextCell 
public __gc class GroupCell : public TextCell 
public ref class GroupCell : public TextCell 
Remarks
This cell takes the full width of grid area. In addition it displays an expand box, which allows to collapse and expand the group.
Inheritance Hierarchy

System.Object
   BCGSoft.Controls.Grid.Cell
      BCGSoft.Controls.Grid.TextCell
         BCGSoft.Controls.Grid.GroupCell

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

GroupCell Members
BCGSoft.Controls.Grid Namespace

Send Feedback