PivotCustomDrawFieldValueEventArgs.GetHigherLevelFields() Method
Returns the parent field(s) for the field value being currently processed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridField[] GetHigherLevelFields()
#Returns
Type | Description |
---|---|
Pivot |
An array of Pivot |
#Remarks
The GetHigherLevelFields method returns parent fields corresponding to the current field value. To get values of these fields, use the PivotCustomDrawFieldValueEventArgs.GetHigherLevelFieldValue method.
The GetHigherLevelFields method is equivalent to the PivotFieldValueEventArgsBase<T>.GetHigherLevelFields method. See the PivotFieldValueEventArgsBase<T>.GetHigherLevelFields topic for an illustrated example.
Note
If you call the Get