Skip to main content
A newer version of this page is available. .

PivotCustomDrawFieldValueThreadSafeEventArgs.GetHigherLevelFields() Method

Returns the parent field(s) for the field value being currently processed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public IThreadSafeField[] GetHigherLevelFields()

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