Back to Devexpress

ASPxPivotGrid.GetFieldList() Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-cb6494f7.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string[] GetFieldList()
vb
Public Function GetFieldList As String()

Returns

TypeDescription
String[]

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

|

See Also

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace