PivotGridCustomSummaryEventArgsBase<T> Properties
Serves as a base for classes that provide data for summary calculation events.
Name | Description |
---|---|
Column |
Gets the column field that corresponds to the current cell. |
Column |
Gets the value of the column field that corresponds to the current cell. |
Custom |
Gets or sets a custom summary value. |
Data |
Gets the data field against which the summary is calculated. |
Field |
Gets the name of the data field against which the summary is calculated. |
Row |
Gets the row field that corresponds to the current cell. |
Row |
Gets the value of the row field that corresponds to the current cell. |
Summary |
Gets an object that contains the values of the predefined summaries which are calculated for the current cell. |
See Also