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


In This Topic
    GroupBase Class
    In This Topic
    Represents a group in a grid.
    Syntax
    'Declaration
     
    <DescriptionAttribute("A group in a grid.")>
    <DesignerAttribute("Xceed.Grid.Design.GroupDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DefaultPropertyAttribute("GroupBy")>
    <DefaultEventAttribute("DataRowsChanged")>
    <ToolboxItemAttribute(False)>
    <DesignTimeVisibleAttribute(False)>
    Public MustInherit Class GroupBase 
       Inherits GridElement
    'Usage
     
    Dim instance As GroupBase
    [Description("A group in a grid.")]
    [Designer("Xceed.Grid.Design.GroupDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DefaultProperty("GroupBy")]
    [DefaultEvent("DataRowsChanged")]
    [ToolboxItem(false)]
    [DesignTimeVisible(false)]
    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 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