Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDrawGridReportLink.OnCustomDrawCell Event

In This Article

Occurs when drawing a cell.

#Declaration

Delphi
property OnCustomDrawCell: TdxCustomDrawCellEvent read; write;

#Remarks

The ACanvas parameter determines the drawing surface.

Value Description
ABoundsRect Rectangular cell area including borders.
AClientRect Rectangular cell area excluding borders.
ACol Column of a cell.
ARow Row of a cell.

Note

This event is only raised if the SupportedCustomDraw property is set to True. The event can also be suppressed by handling the OnCustomDrawCellEx event and setting this event’s ADone parameter to True.

See Also