Skip to main content
A newer version of this page is available. .

PivotGridGroup.GetVisibleFields() Method

Gets the list of expanded fields in this group.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public List<PivotGridField> GetVisibleFields()

Returns

Type Description
List<PivotGridField>

A list of expanded fields in this group.

See Also