Skip to main content

PivotCustomDrawBaseThreadSafeEventArgs Class

Provides thread-safe access to custom painting events data.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotCustomDrawBaseThreadSafeEventArgs

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