TcxCustomPivotGrid.OnCustomDrawPart Event
Enables you to custom paint the background of pivot grid client and header areas.
Declaration
property OnCustomDrawPart: TcxPivotGridCustomDrawPartEvent read; write;
Remarks
The Sender parameter specifies the pivot grid whose background area is about to be painted.
The ACanvas parameter specifies the drawing surface.
The AViewInfo parameter provides information (a ViewInfo object) for rendering the background.
Pass True as the ADone parameter to prevent default painting.
See Also