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