PivotCustomDrawBaseThreadSafeEventArgs Class
In This Article
Provides thread-safe access to custom painting events data.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Remarks
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.
See Also