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

TcxPivotGridCrossCellSummary.GetValue(Integer) Method

Returns the field value at the specified drilldown data record.

#Declaration

Delphi
function GetValue(ARecordIndex: Integer): Variant; virtual;

#Parameters

Name Type
ARecordIndex Integer

#Returns

Type
Variant

#Remarks

Summary values are calculated against the values of the field referenced by the DataField property. Use the GetValue function to get a particular field value for a specific record in the underlying data store. The record is identified by its index which is passed as the ARecordIndex parameter.

Use the Records property to access all the corresponding drilldown data records.

See Also