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.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public List<PivotGridFieldBase> GetVisibleFields()

Returns

Type Description
List<PivotGridFieldBase>

A list of expanded fields in this group.

See Also