Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.RetrieveFields() Method

Creates PivotGridField objects for all the fields in the bound data source.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public void RetrieveFields()

Remarks

This method clears the field collection and adds new PivotGridField objects to the ASPxPivotGrid.Fields collection for all the fields in the bound data source. The PivotGridField.FieldName property of each field created is set to the name of the corresponding data source field.

See Also