Skip to main content
A newer version of this page is available. .

PivotSummaryValue.CustomValue Property

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

Namespace: DevExpress.Data.PivotGrid

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

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