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

ASPxPivotGrid.GetFieldList() Method

Returns the names of data source fields to which the pivot grid fields are bound.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string[] GetFieldList()

Returns

Type Description
String[]

The names of data source fields to which the pivot grid fields are bound.

See Also