[]
Contains default group footers for grouping
public class DefaultGroupFooterCollection : ISerializable, ICanSerializeXml, ISerializeSupport
Public Class DefaultGroupFooterCollection
Implements ISerializable, ICanSerializeXml, ISerializeSupport
| Name | Description |
|---|---|
| DefaultGroupFooterCollection(int, int) | Constructor of DefaultGroupFooterCollection class. |
| DefaultGroupFooterCollection(SerializationInfo, StreamingContext) | Creates a DefaultGroupFooterCollection object from serialization. |
| Name | Description |
|---|---|
| CanSerializeXml | Gets whether the entire object can be saved to XML and successfully loaded again. |
| Count | Gets the number of items. |
| this[int] | Gets the default group footer based on the index. |
| Name | Description |
|---|---|
| Add(int) | Creates a new default group footer item in the list using the column index. |
| Clear() | Clears list of default group footers. |
| Contains(int) | Returns whether the item specified by column index is already in the list. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Serializes the DefaultGroupFooterCollection to the SerializationInfo object. |
| Remove(int) | Removes the item specified by the column index. |
| Serialize(XmlTextWriter) | Saves the object to XML. |