Back to Devexpress

PivotGridCustomSummaryEventArgsBase<T>.CustomValue Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridcustomsummaryeventargsbase-1-314c645a.md

latest2.0 KB
Original Source

PivotGridCustomSummaryEventArgsBase<T>.CustomValue Property

Gets or sets a custom summary value.

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
public object CustomValue { get; set; }
vb
Public Property CustomValue As Object

Property Value

TypeDescription
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

Data.PivotGridCustomSummaryEventArgsBase

Data.PivotGridCustomSummaryEventArgsBase

PivotGridCustomSummaryEventArgsBase<T> Class

PivotGridCustomSummaryEventArgsBase<T> Members

DevExpress.XtraPivotGrid.Data Namespace