'Declaration <DescriptionAttribute("A group in a grid.")> <DesignerAttribute("Xceed.Grid.Design.GroupDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,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.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [DefaultProperty("GroupBy")] [DefaultEvent("DataRowsChanged")] [ToolboxItem(false)] [DesignTimeVisible(false)] public abstract class GroupBase : GridElement