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

IThreadSafeField Interface

Provides thread-safe access to a pivot grid field.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public interface IThreadSafeField

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