PivotCustomSummaryEventArgs Properties
Provides data for the PivotGridControl.CustomSummary event.
Name | Description |
---|---|
Column |
Gets the column field that corresponds to the current cell. |
Column |
Gets the value of the column field which 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 which corresponds to the current cell. |
Summary |
Gets an object which contains the values of the predefined summaries that are calculated for the current cell. |
Thread |
Gets the column field that corresponds to the current cell. Provides read-only access to field settings. |
Thread |
Gets the data field against which the summary is calculated. Provides read-only access to field settings. |
Thread |
Gets the row field that corresponds to the current cell. |
See Also