Back to Devexpress

PivotGridControl.GetFieldList() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-c8c989ca.md

latest1.1 KB
Original Source

PivotGridControl.GetFieldList() Method

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

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Returns

TypeDescription
String[]

An array of String objects that specify the names of data source fields.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace