PivotGridControl.GetFieldsByArea(FieldArea) Method
Returns a list of fields displayed in the specified area.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v22.1.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
area | FieldArea | A FieldArea enumeration value that specifies the required field area. |
Returns
Type | Description |
---|---|
List<PivotGridField> | The list of visible fields displayed in the specified area. |
See Also