Back to Devexpress

PivotGridGroup.FirstField Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridgroup-fe84f8ef.md

latest1.5 KB
Original Source

PivotGridGroup.FirstField Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public PivotGridField FirstField { get; }
vb
<Browsable(False)>
Public ReadOnly Property FirstField As PivotGridField

Property Value

TypeDescription
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

GroupFields

Item[Int32]

PivotGridGroup Class

PivotGridGroup Members

DevExpress.Xpf.PivotGrid Namespace