PivotGridFieldCollectionBase.Item[Int32] Property
Provides indexed access to individual fields in the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
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.