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

PivotGridControl.GetFieldList() Method

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public string[] GetFieldList()

Returns

Type Description
String[]

An array of String objects that specify the names of data source fields.

See Also