[]
Represents the group of rows for the grouping display (also called Outlook-style grouping).
public class Group : ICanSerializeXml, ISerializeSupport
Public Class Group
Implements ICanSerializeXml, ISerializeSupport
Name | Description |
---|---|
Group() | |
Group(GroupDataModel, Group, int, bool) | Creates a new group of rows with the specified display settings. |
Group(GroupDataModel, Group, string, int, bool) | Creates a new group of rows with the specified diplay settings and the specified text. |
Name | Description |
---|---|
Ascending | Gets whether the rows in the group are displayed in ascending order. |
CanSerializeXml | Gets whether the entire object can be saved to XML and successfully loaded again. |
Column | Gets the index of the column by which to perform the grouping. |
Expanded | Gets or sets whether the rows in the group are expanded. |
GroupFooter | Gets and sets the group footer that corresponds with this group. |
Parent | Gets the parent of the group. |
Rows | Gets the array of rows in the group. |
Target | Gets the data model of this group. |
Text | Gets or sets the text string for the group. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
Serialize(XmlTextWriter) | Saves the object to XML. |