Skip to main content

TcxCustomPivotGrid.OnCustomDrawRowHeader Event

Enables you to custom paint a row grouping value.

Declaration

property OnCustomDrawRowHeader: TcxPivotGridCustomDrawGroupHeaderEvent read; write;

Remarks

The Sender parameter specifies the pivot grid whose row 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 row field value.

Pass True as the ADone parameter to prevent default painting.

See Also