Skip to main content

PivotCustomSummaryEventArgs.FieldName Property

Gets the name of the data field against which the summary is calculated.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public string FieldName { get; }

#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