Skip to main content

PivotFieldValueEventArgs.GetHigherLevelFields() Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public PivotGridField[] GetHigherLevelFields()

#Returns

Type Description
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