ASPxPivotGrid.Fields Property
Provides access to a pivot grid’s field collection.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridFieldCollection Fields { get; }
#Property Value
Type | Default | Description |
---|---|---|
Pivot |
*null* | A collection of the Pivot |
#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.
#Related GitHub Examples
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.