TcxPivotGridCrossCellSummary.Custom Property
Specifies a custom summary value.
Declaration
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