Skip to main content

PivotGridFieldCollectionBase.Item[Int32] Property

Provides indexed access to individual fields in the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGridFieldBase this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer specifying the desired field’s position within the collection. If negative or exceeds the last available index, an exception is raised.

Property Value

Type Description
PivotGridFieldBase

A PivotGridFieldBase descendant which represents the field at the specified position.

Remarks

Use this property to access fields with index notation.

See Also