DefaultGroupFooterCollection Class Members
In This Topic
The following tables list the members exposed by DefaultGroupFooterCollection.
Public Constructors
Public Properties
| | Name | Description |
 | CanSerializeXml |
Gets whether the entire object can
be saved to XML and successfully loaded again.
|
 | Count |
Gets the number of items.
|
 | Item |
Gets the default group footer based on the index.
|
Top
Public Methods
| | Name | Description |
 | Add |
Creates a new default group footer item in the list using the column index.
|
 | Clear |
Clears list of default group footers.
|
 | Contains |
Returns whether the item specified by column index is already in the list.
|
 | Deserialize |
Loads the object from XML.
|
 | GetObjectData |
Serializes the DefaultGroupFooterCollection to the SerializationInfo object.
|
 | Remove |
Removes the item specified by the column index.
|
 | Serialize |
Saves the object to XML.
|
Top
See Also