GridColumnSummaryItemCollection Properties
A column’s total summary collection that can be displayed within the column’s footer.
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] | Gets a summary item by its index. |
Item[Object] | Gets a summary item by its tag. |
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 the View that owns the current column, and therefore, the current summary collection. |
See Also