Skip to main content

PivotGridGroup.FirstField Property

Gets the first field in the group’s PivotGridGroup.GroupFields collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

[Browsable(false)]
public PivotGridField FirstField { get; }

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