PivotGridControl.GetFieldList() Method
In This Article
Returns the list of fields available in the bound data source.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Returns
Type | Description |
---|---|
String[] | An array of String objects that specify the names of data source fields. |
See Also