PivotCustomDrawHeaderAreaEventArgs Class
Provides data for the PivotGridControl.CustomDrawFieldHeaderArea event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public class PivotCustomDrawHeaderAreaEventArgs :
PivotCustomDrawEventArgs
#Remarks
The PivotGridControl.CustomDrawFieldHeaderArea event fires before the header area is painted and allows you to paint it manually. The PivotCustomDrawHeaderAreaEventArgs class provides settings which are common to all custom painting events (bounds, appearance settings, etc.) and introduces the PivotCustomDrawHeaderAreaEventArgs.Area property which identifies the area currently being painted.
Note
You cannot use the Pivot