IThreadSafeAccessible.Fields Property
Provides thread safe access to a pivot grid field collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
IThreadSafeFieldCollection Fields { get; }
#Property Value
Type | Description |
---|---|
IThread |
An object that implements the IThread |
#Remarks
Individual fields can be accessed using indexed notation or the bound field name as parameters. If the bound field name is used as an indexer and there are several fields with the same name (for example, the GroupInterval feature is used), the first field found in the collection will be returned.
To access a collection of field groups, use the IThreadSafeAccessible.Groups property.