Back to Devexpress

PivotCustomDrawBaseThreadSafeEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-08f90b70.md

latest2.5 KB
Original Source

PivotCustomDrawBaseThreadSafeEventArgs Class

Provides thread-safe access to custom painting events data.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotCustomDrawBaseThreadSafeEventArgs
vb
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.

Inheritance

Object PivotCustomDrawBaseThreadSafeEventArgs PivotCustomDrawCellBaseThreadSafeEventArgs

PivotCustomDrawThreadSafeEventArgs

PivotFieldImageIndexThreadSafeEventArgs

PivotCustomAppearanceThreadSafeEventArgs

PivotCustomDrawCellThreadSafeEventArgs

PivotCustomDrawHeaderAreaThreadSafeEventArgs

PivotCustomDrawFieldHeaderThreadSafeEventArgs

PivotCustomDrawFieldValueThreadSafeEventArgs

See Also

PivotCustomDrawBaseThreadSafeEventArgs Members

DevExpress.XtraPivotGrid Namespace