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

PivotGridFieldCollection Class

Represents a field collection for the ASPxPivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

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

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