PivotGridCustomSummaryEventArgsBase<T>.DataField Property
Gets the data field against which the summary is calculated.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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