PivotGridCustomSummaryEventArgsBase<T>.DataField Property
In This Article
Gets the data field against which the summary is calculated.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridFieldBase DataField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
This property specifies the data field against which the summary is calculated.
See Also