PivotGridGroup.FirstField Property
Gets the first field in the group’s PivotGridGroup.GroupFields collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
| Type | Description |
|---|---|
| PivotGridField | A PivotGridField object representing the first field in the group. |
Remarks
Use the PivotGridGroup.Item property to access the fields using indexed notation.
See Also