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

ASPxPivotGrid.Fields Property

Provides access to a pivot grid’s field collection.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridFieldCollection Fields { get; }

Property Value

Type Default Description
PivotGridFieldCollection *null*

A collection of the PivotGridField objects that are the Pivot Grid fields.

Remarks

This property stores all the fields contained in the ASPxPivotGrid control. It allows you to add and delete fields with appropriate methods. You can access individual fields with indexed notation.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Fields property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also