Skip to main content

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.v23.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