Back to Devexpress

PivotFieldValueEventArgs.GetHigherLevelFields() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldvalueeventargs-4b04b6ab.md

latest1.8 KB
Original Source

PivotFieldValueEventArgs.GetHigherLevelFields() Method

Returns the parent field(s) for the field value being currently processed.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotGridField[] GetHigherLevelFields()
vb
Public Function GetHigherLevelFields As PivotGridField()

Returns

TypeDescription
PivotGridField[]

An array of PivotGridField objects that represent parent fields for the field value currently being processed.

|

Remarks

This method returns parent fields corresponding to the current field value. To get values of these fields, use the PivotFieldValueEventArgs.GetHigherLevelFieldValue method.

See Also

GetHigherLevelFieldValue(PivotGridField)

PivotFieldValueEventArgs Class

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace