Skip to main content

PivotGridFieldCollection Class

Represents a field collection for the ASPxPivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public class PivotGridFieldCollection :
    PivotGridFieldCollectionBase

The following members return PivotGridFieldCollection objects:

Remarks

The collection of fields can be accessed via the ASPxPivotGrid.Fields property.

See Also