Back to Devexpress

TcxPivotGridCrossCellSummary.Custom Property

vcl-cxcustompivotgrid-dot-tcxpivotgridcrosscellsummary-8f8d916f.md

latest1.5 KB
Original Source

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

TcxPivotGridSummaryType

TcxPivotGridCrossCellSummary.Clear

TcxPivotGridCrossCellSummary.GetSummaryByType

TcxPivotGridCrossCellSummary Class

TcxPivotGridCrossCellSummary Members

cxCustomPivotGrid Unit