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.Custom Property

Specifies a custom summary value.

#Declaration

Delphi
property Custom: Variant index 9 read; write;

#Property Value

Type
Variant

#Remarks

Use this property to specify a custom summary value. To enable custom summary calculation for a field (either a data field or the field whose values are used by the “sorting by summary“ feature), set the field’s SummaryType property to stCustom and handle the field’s OnCalculateCustomSummary event to provide a custom summary value via the Custom property of the event’s ASummary parameter.

See Also