Skip to main content
A newer version of this page is available. .

PivotCustomSummaryEventArgs.FieldName Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.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