PivotGridControl.GetFieldByArea(FieldArea, Int32) Method
In This Article
Returns a field at the specified visual position in the specified area.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridField GetFieldByArea(
FieldArea area,
int index
)
#Parameters
Name | Type | Description |
---|---|---|
area | Field |
A Field |
index | Int32 | An integer value that specifies the visible index of the field within the specified area. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Hidden fields cannot be addressed by the GetFieldByArea method.
See Also