PivotCustomSummaryEventArgs.FieldName Property
Gets the name of the data field against which the summary is calculated.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
String | A string which represents the name of the corresponding data field. |
Remarks
To get the data field against which the summary is calculated, use the PivotCustomSummaryEventArgs.DataField property.
See Also