PivotGridControl.GetFieldsByArea(FieldArea) Method
In This Article
Returns a list of fields displayed in the specified area.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
area | Field |
A Field |
#Returns
Type | Description |
---|---|
List<Pivot |
The list of visible fields displayed in the specified area. |
See Also