TcxCustomPivotGrid.OnCustomDrawColumnHeader Event
Enables you to custom paint a column grouping value.
Declaration
property OnCustomDrawColumnHeader: TcxPivotGridCustomDrawGroupHeaderEvent read; write;
Remarks
The Sender
parameter specifies the pivot grid whose column grouping value is about to be painted.
The ACanvas
parameter specifies the drawing surface.
The AViewInfo
parameter provides information (a ViewInfo object) for rendering the column field value.
Pass True
as the ADone
parameter to prevent default painting.
See Also