PivotGridGroup.GetVisibleFields() Method
Gets the list of expanded fields in this group.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
List<PivotGridFieldBase> | A list of expanded fields in this group. |
See Also