Back to Devexpress

PivotCustomSummaryEventArgs.CustomValue Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomsummaryeventargs-438757a2.md

latest1.6 KB
Original Source

PivotCustomSummaryEventArgs.CustomValue Property

Gets or sets a custom summary value.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Object

An object which 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

DataField

SummaryValue

PivotCustomSummaryEventArgs Class

PivotCustomSummaryEventArgs Members

DevExpress.Xpf.PivotGrid Namespace