PivotFieldValueEventArgs.GetHigherLevelFields() Method
In This Article
Returns the parent field(s) for the field value being currently processed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridField[] GetHigherLevelFields()
#Returns
Type | Description |
---|---|
Pivot |
An array of Pivot |
#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