PivotGridGroup.FirstField Property
In This Article
Gets the first field in the group’s PivotGridGroup.GroupFields collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
[Browsable(false)]
public PivotGridField FirstField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Use the PivotGridGroup.Item property to access the fields using indexed notation.
See Also