PivotCustomDrawFieldHeaderEventArgs Class
Provides data for the PivotGridControl.CustomDrawFieldHeader event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public class PivotCustomDrawFieldHeaderEventArgs :
PivotCustomDrawEventArgs
#Remarks
The PivotGridControl.CustomDrawFieldHeader event fires before a field header is painted and allows field headers to be painted manually. The PivotCustomDrawFieldHeaderEventArgs class provides properties that allow you to identify the field whose header is being painted and provides settings which are common to all custom painting events. The PivotCustomDrawFieldHeaderEventArgs.Info property provides state information about a field header.
Note
You cannot use the Pivot