GridGroupSummaryItemCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Creates a new Grid |
#Properties
Name | Description |
---|---|
Active |
Gets the number of summary items that run calculations.
Inherited from Grid |
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Has |
Gets whether the collection contains an item that calculates a summary against the selection.
Inherited from Grid |
Inner |
Gets an Array |
Item[Int32] |
Provides indexed access to individual summary items.
Inherited from Grid |
Item[Object] |
Gets a summary item specified by its tag.
Inherited from Grid |
List protected |
Gets an IList containing the list of elements in the Collection |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
View |
Gets a View that owns the current Grid |
#Methods
Name | Description |
---|---|
Add() | Creates a new group summary item with default settings and adds it to the end of the collection. |
Add |
Creates a new group summary item with the specified settings and adds it to the end of the collection. |
Add |
Creates a new group summary item with predefined settings and adds it to the end of the collection. |
Add |
Creates a new group summary item with predefined settings and adds it to the end of the collection. |
Add |
Adds a new summary item to the current summary collection and initializes its summary type and field name. |
Add |
Adds the specified group summary item to the collection. |
Add |
Adds an array of summary item objects to the collection.
Inherited from Grid |
Assign |
Copies items from the collection specified as a parameter.
Inherited from Grid |
Begin |
Locks the Grid |
Cancel |
Unlocks the Grid |
Clear() |
Removes all objects from the Collection |
End |
Unlocks the Grid |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the item’s position within the collection.
Inherited from Grid |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes after clearing the contents of the Collection |
On |
Performs additional custom processes when removing an element from the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes after setting a value in the Collection |
On |
Performs additional custom processes when validating a value.
Inherited from Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified item from the collection.
Inherited from Grid |
Remove |
Removes the element at the specified index of the Collection |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Collection |
Fires when changes are made to the summary item collection.
Inherited from Grid |
See Also