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

PivotGridCustomSummaryEventArgsBase<T>.CustomValue Property

Gets or sets a custom summary value.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public object CustomValue { get; set; }

Property Value

Type Description
Object

An object that represents a custom summary value.

Remarks

Use the CustomValue property to assign a custom summary value. This value is then formatted according to the format settings specified by the corresponding data field and displayed within the current cell.

See Also