corelibraries-devexpress-dot-xtrapivotgrid-6ad1d4f7.md
Provides thread-safe access to a pivot grid field.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public interface IThreadSafeField
Public Interface IThreadSafeField
The following members return IThreadSafeField objects:
Show 12 links
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