windowsforms-devexpress-dot-xtrapivotgrid-08f90b70.md
Provides thread-safe access to custom painting events data.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public class PivotCustomDrawBaseThreadSafeEventArgs
Public Class PivotCustomDrawBaseThreadSafeEventArgs
The PivotCustomDrawBaseThreadSafeEventArgs class serves as a base for classes that provide thread-safe access to custom painting events data. The PivotCustomDrawBaseThreadSafeEventArgs class exposes properties and methods that allow you to access pivot grid data while an asynchronous operation is being performed. To learn more, see Asynchronous Mode.
Object PivotCustomDrawBaseThreadSafeEventArgs PivotCustomDrawCellBaseThreadSafeEventArgs
PivotCustomDrawThreadSafeEventArgs
PivotFieldImageIndexThreadSafeEventArgs
PivotCustomAppearanceThreadSafeEventArgs
PivotCustomDrawCellThreadSafeEventArgs
PivotCustomDrawHeaderAreaThreadSafeEventArgs
PivotCustomDrawFieldHeaderThreadSafeEventArgs
PivotCustomDrawFieldValueThreadSafeEventArgs
See Also