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

PivotGridControl.GetFieldList() Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public string[] GetFieldList()

Returns

Type Description
String[]

A list of fields in the bound data source.

See Also