GroupBase Class
See Also  Members  
Xceed.Grid Assembly > Xceed.Grid Namespace : GroupBase Class


Represents a group in a grid.

Syntax

Visual Basic (Declaration) 
<DefaultEventAttribute("DataRowsChanged")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.Grid.Design.GroupDesigner,Xceed.Grid.v3.9.Design,Version=3.9.10173.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
<DefaultPropertyAttribute("GroupBy")>
<DescriptionAttribute("A group in a grid.")>
Public MustInherit Class GroupBase 
   Inherits GridElement
Visual Basic (Usage)Copy Code
Dim instance As GroupBase
C# 
[DefaultEventAttribute("DataRowsChanged")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.Grid.Design.GroupDesigner,Xceed.Grid.v3.9.Design,Version=3.9.10173.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
[DefaultPropertyAttribute("GroupBy")]
[DescriptionAttribute("A group in a grid.")]
public abstract class GroupBase : GridElement 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.Grid.GridElementBase
         Xceed.Grid.GridElement
            Xceed.Grid.GroupBase
               Xceed.Grid.DetailGrid
               Xceed.Grid.Group

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also