PivotGridGroup.GetVisibleFields() Method
Gets the list of expanded fields in this group.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Returns
Type | Description |
---|---|
List<PivotGridField> | A list of expanded fields in this group. |
See Also