GridSummaryItem Properties
Represents a footer summary item.
Name | Description |
---|---|
Collection | Gets a collection to which the summary item belongs. |
Display |
Gets or sets the display format rule for the Grid |
Field |
Gets or sets the name of a dataset field whose values are used for summary calculation. |
Format |
Gets or sets the IFormat |
Has |
Returns whether the Grid |
Index | Gets the summary item’s position within the owning collection. |
Mode |
Gets or sets whether to calculate the current summary against all rows or the selection. Use this property when you enable multiple row selection (see Column |
Summary |
Gets or sets the aggregation function type. |
Summary |
Gets the current total summary item’s value. This value may differ from the actual View data if the Grid |
Tag | Gets or sets data associated with the summary item. |
See Also