Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupByRow.GroupByCell Class
Members


In This Topic
    GroupByRow.GroupByCell Class
    In This Topic
    Represents the cells displayed by the GroupByRow.
    Syntax
    'Declaration
     
    Public Class GroupByRow.GroupByCell 
    'Usage
     
    Dim instance As GroupByRow.GroupByCell
    public class GroupByRow.GroupByCell 
    Inheritance Hierarchy

    System.Object
       Xceed.Grid.GroupByRow.GroupByCell

    Public Properties
     NameDescription
    Public PropertyGets the display rectangle of the GroupByCell. The rectangle is in client coordinates and the X and Y coordinates can be negative if the grid is scrolled.  
    Public PropertyGets the field name of the column represented by this GroupByCell.  
    Public PropertyGets the level of the group represented by the GroupByCell.  
    Public PropertyGets the index of the GroupByCell in the GroupByRow.GroupByCell array.  
    Public PropertyGet an instance of the DetailGrid represented by the GroupByCell.  
    Public PropertyGets the title of the column represented by the GroupByCell.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object is equal to the current GroupByCell.  
    Public MethodServes as a hash function for the GroupByCell, suitable for use in hashing algorithms and data structures like a hash table.  
    Top
    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