Back to Devexpress

PivotGridCustomSummaryEventArgsBase<T>.FieldName Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridcustomsummaryeventargsbase-1-2afbcaeb.md

latest1.8 KB
Original Source

PivotGridCustomSummaryEventArgsBase<T>.FieldName Property

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

Namespace : DevExpress.XtraPivotGrid.Data

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public string FieldName { get; }
vb
Public ReadOnly Property FieldName As String

Property Value

TypeDescription
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

DataField

PivotGridCustomSummaryEventArgsBase<T> Class

PivotGridCustomSummaryEventArgsBase<T> Members

DevExpress.XtraPivotGrid.Data Namespace