PivotCustomDrawFieldValueThreadSafeEventArgs.GetHigherLevelFields() Method
Returns the parent field(s) for the field value being currently processed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Returns
Type | Description |
---|---|
IThreadSafeField[] | An array of objects that implement the IThreadSafeField interface. These objects specify parent fields for the field value currently being processed. |
See Also