Back to Devexpress

PivotGridCustomSummaryEventArgsBase<T>.DataField Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridcustomsummaryeventargsbase-1-3ad84522.md

latest1.9 KB
Original Source

PivotGridCustomSummaryEventArgsBase<T>.DataField Property

Gets the data field against which the summary is calculated.

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
public PivotGridFieldBase DataField { get; }
vb
Public ReadOnly Property DataField As PivotGridFieldBase

Property Value

TypeDescription
PivotGridFieldBase

A PivotGridFieldBase class descendant that specifies the data field against which the summary is calculated.

|

Remarks

This property specifies the data field against which the summary is calculated.

See Also

FieldName

PivotGridCustomSummaryEventArgsBase<T> Class

PivotGridCustomSummaryEventArgsBase<T> Members

DevExpress.XtraPivotGrid.Data Namespace