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

PivotCustomDrawBaseThreadSafeEventArgs.GetFieldsByArea(PivotArea) Method

Returns a list of fields displayed in the specified area.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public List<IThreadSafeField> GetFieldsByArea(
    PivotArea area
)

Parameters

Name Type Description
area PivotArea

A PivotArea enumeration member that identifies a pivot grid area.

Returns

Type Description
List<IThreadSafeField>

A list of visible fields displayed in the specified area.

Remarks

To obtain a particular field by its area and index within this area, use the PivotCustomDrawBaseThreadSafeEventArgs.GetFieldByArea method.

See Also