Skip to main content
A newer version of this page is available. .

PivotGridControl.PaintEx Event

A DirectX-compatible method that replaces the standard Control.Paint method.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[DXCategory("Appearance")]
public event PivotPaintExEventHandler PaintEx

Event Data

The PaintEx event's data class is DevExpress.XtraPivotGrid.PivotPaintExEventArgs.

See Also