corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-f1524927.md
Returns the parent field for the field value currently being processed.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public T[] GetHigherLevelFields()
Public Function GetHigherLevelFields As T()
| Type | Description |
|---|---|
| T[] |
An array of PivotGridFieldBase class descendants that specify parent fields for the field value currently being processed.
|
This method returns parent fields corresponding to the current field value. To get values of these fields, use the PivotFieldValueEventArgsBase<T>.GetHigherLevelFields method.
Consider the following example:
See Also
XtraPivotGrid.PivotFieldValueEventArgsBase
XtraPivotGrid.PivotFieldValueEventArgsBase
PivotFieldValueEventArgsBase<T> Class