Skip to main content

ASPxPivotGrid.GetFieldList() Method

In This Article

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.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