PivotGridFieldBase.GetSummaryInterval(PivotGridFieldBase, PivotGridFieldBase) Method
Returns information about the distribution of summary values that have been calculated against this field and belong to the specified detail level.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotSummaryInterval GetSummaryInterval(
PivotGridFieldBase rowField,
PivotGridFieldBase columnField
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Pivot |
A Pivot |
column |
Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Use information returned by the GetSummaryInterval method when filtering pivot grid data by summaries to specify a range of values to be displayed.
The returned PivotSummaryInterval object exposes the minimum and maximum summary values, and information about the distribution of summary values across this range.
Gets the minimum value in the current range. | |
Gets the maximum value in the current range. | |
Gets information about the distribution of summary values across the summary values range. | |
Gets the data type of summary values. | |
Gets whether the current range contains no summary values. |