Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridViewDataItem.GetSummaryType(TcxPivotGridSummaryType,TcxPivotGridCustomTotal) Method

Queries the summary function’s type used for the currently processed field value.

#Declaration

Delphi
function GetSummaryType(var ASummaryType: TcxPivotGridSummaryType; var ATotal: TcxPivotGridCustomTotal): Boolean; virtual;

#Parameters

Name Type
ASummaryType TcxPivotGridSummaryType
ATotal TcxPivotGridCustomTotal

#Returns

Type
Boolean

#Remarks

The ASummaryType parameter specifies the summary function’s type used for the currently processed field value. Note: if the ATotal parameter’s value is nil, then the summary function’s type of the parent field value will be assigned (see the Parent property).

The ATotal parameter specifies the custom total, if available.

The GetSummaryType method returns a value of True, if the currently processed field value is the custom total.

See Also