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

IThreadSafeFieldCollection.Item[Int32] Property

Provides indexed access to individual fields within the collection.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

IThreadSafeField this[int index] { get; }

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.

See Also