IThreadSafeFieldCollection.Item[Int32] Property
Provides indexed access to individual fields within 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 value that specifies the index of the required field. |
Property Value
Type | Description |
---|---|
IThreadSafeField | An object that implements the IThreadSafeField interface. Provides thread safe read-only access to basic field settings. |
Remarks
You can also use the data source field name as a parameter to access individual fields.
To obtain the number of fields in the collection, use the IThreadSafeFieldCollection.Count property.