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.v18.2.dll

Declaration

[DefaultValue(null)]
public PivotGridFieldCollection Fields { get; }

Property Value

Type Default Description
PivotGridFieldCollection *null*

A PivotGridFieldCollection object that represents a collection of all the fields within a pivot grid.

Remarks

This property stores all the fields contained in the ASPxPivotGrid control. It allows you to add and delete fields using the appropriate methods. Individual fields can be accessed using 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