PivotCustomDrawBaseThreadSafeEventArgs.GetFieldsByArea(PivotArea) Method
Returns a list of fields displayed in the specified area.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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