PivotGridFieldCollection Class
In This Article
Represents a field collection for the ASPxPivotGrid control.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotGridFieldCollection :
PivotGridFieldCollectionBase
#Related API Members
The following members return PivotGridFieldCollection objects:
#Remarks
The collection of fields can be accessed via the ASPxPivotGrid.Fields property.
#Inheritance
Object
CollectionBase
PivotGridFieldCollectionBase
PivotGridFieldCollection
See Also