PivotGridControl.GetFieldList() Method
In This Article
Returns the list of fields that are available in the bound data source.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Returns
Type | Description |
---|---|
String[] | A list of fields in the bound data source. |
See Also