Skip to main content

PivotGridGroup.GroupFields Property

Provides access to the group’s field collection.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

[Browsable(false)]
public IList GroupFields { get; }

Property Value

Type Description
IList

An object which implements the IList interface.

See Also