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

PivotGridCustomSummaryEventArgsBase<T>.FieldName Property

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

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v22.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public string FieldName { get; }

Property Value

Type Description
String

A string that specifies the name of the corresponding data field.

Remarks

To get the data field against which the summary is calculated, use the PivotGridCustomSummaryEventArgsBase<T>.DataField property.

See Also