TcxPivotGridCrossCellSummary Members
Stores all the calculated summary values for a cross cell and the settings used to calculate them.Constructors
| Name | Description |
|---|---|
| Create(TcxPivotGridCrossCell,TcxPivotGridField) | Initializes a new instance of the TcxPivotGridCrossCellSummary class with specified settings. |
Properties
| Name | Description |
|---|---|
| Average | Returns the average of values. |
| Count | Returns the number of values. |
| Custom | Specifies a custom summary value. |
| DataField | Provides access to the field which the summary values are calculated for. |
| DistinctCount | Returns the number of distinct values. |
| Max | Returns the highest value. |
| Min | Returns the lowest value. |
| Owner | Provides access to the cross cell which provides the data records used to calculate summary values. |
| Records | Provides access to the indexes of the data records used to calculate summary values. |
| StdDev | Returns the sample standard deviation of values. |
| StdDevP | Returns the population standard deviation of values. |
| Sum | Returns the sum of values. |
| SummaryVariation | Specifies the difference between the current summary value displayed for a field and the previously calculated summary value. |
| Variance | Returns the sample variance of values. |
| VarianceP | Returns the population variance of values. |
Methods
| Name | Description |
|---|---|
| Clear | Clears all the calculated summary values. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetPrevCell(TcxPivotGridCrossCellSummary) | Returns the object that contains the summary values calculated for the cell in the column that precedes the column of a particular cell and corresponds to the same field. |
| GetSummaryByType(TcxPivotGridSummaryType) | Returns the summary value calculated using the specific summary function. |
| GetSummaryValue(TcxPivotGridSummaryType) | |
| GetValue(Integer) | Returns the field value at the specified drilldown data record. |
| ToString | Inherited from TObject. |
See Also