Skip to main content

PivotSummaryValue.CustomValue Property

Gets or sets a custom summary value for the current cell.

Namespace: DevExpress.Data.PivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object CustomValue { get; set; }

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