Skip to main content

PivotGridControl.GetFieldList() Method

Returns the list of fields that are available in the bound data source.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public string[] GetFieldList()

Returns

Type Description
String[]

A list of fields in the bound data source.

See Also