Back to Devexpress

IThreadSafeField Interface

corelibraries-devexpress-dot-xtrapivotgrid-6ad1d4f7.md

latest3.6 KB
Original Source

IThreadSafeField Interface

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

Declaration

csharp
public interface IThreadSafeField
vb
Public Interface IThreadSafeField

The following members return IThreadSafeField objects:

Show 12 links

LibraryRelated API Members
Cross-Platform Class LibraryIThreadSafeAccessible.GetFieldByArea(PivotArea, Int32)
IThreadSafeAccessible.GetFieldByLevel(Boolean, Int32)
IThreadSafeFieldCollection.Item[Int32]
IThreadSafeFieldCollection.Item[String]
WinForms ControlsPivotCustomDrawBaseThreadSafeEventArgs.GetFieldByArea(PivotArea, Int32)
PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnField
PivotCustomDrawCellBaseThreadSafeEventArgs.DataField
PivotCustomDrawCellBaseThreadSafeEventArgs.RowField
PivotCustomDrawFieldHeaderThreadSafeEventArgs.Field
PivotCustomDrawFieldValueThreadSafeEventArgs.Field
PivotFieldImageIndexThreadSafeEventArgs.DataField
PivotFieldImageIndexThreadSafeEventArgs.Field

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

IThreadSafeField Members

DevExpress.XtraPivotGrid Namespace