PivotSummaryValue.CustomValue Property
Gets or sets a custom summary value for the current cell.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Object | A custom summary value for the current cell. |
Remarks
While handling the PivotGridControl.CustomSummary event, you provide a custom summary value via the event’s PivotGridCustomSummaryEventArgsBase<T>.CustomValue parameter. This parameter’s value is in sync with the CustomValue property’s value.
See Also