IThreadSafeField Interface
Provides thread-safe access to a pivot grid field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Related API Members
The following members return IThreadSafeField objects:
Remarks
Objects that implement the IThreadSafeField interface provide thread-safe read-only access to individual fields. These objects are returned by properties and methods used to retrieve pivot grid data from another thread. For more information, see Asynchronous Mode.
The IThreadSafeField interface exposes members that allow you to obtain basic field settings. To learn more about fields, see Pivot Grid Fields and PivotGridField.
See Also