PivotFieldValueEventArgs.GetHigherLevelFields() Method
Returns the parent field(s) for the field value being currently processed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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