Back to Devexpress

PivotCustomSummaryEventArgs.FieldName Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomsummaryeventargs-32b148da.md

latest1.5 KB
Original Source

PivotCustomSummaryEventArgs.FieldName Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
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

DataField

PivotCustomSummaryEventArgs Class

PivotCustomSummaryEventArgs Members

DevExpress.Xpf.PivotGrid Namespace