Back to Devexpress

PivotGridControl.GetFieldList() Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-2e563913.md

latest1.2 KB
Original Source

PivotGridControl.GetFieldList() Method

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Returns

TypeDescription
String[]

A list of fields in the bound data source.

|

See Also

DataSource

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace