PivotSummaryValue.CustomValue Property
Gets or sets a custom summary value for the current cell.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v20.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core
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