Back to Devexpress

TcxGridTableView.OnCustomDrawFooterCell Event

vcl-cxgridtableview-dot-tcxgridtableview-9006d094.md

latest1.4 KB
Original Source

TcxGridTableView.OnCustomDrawFooterCell Event

Occurs every time a footer or group footer cell is about to be drawn.

Declaration

delphi
property OnCustomDrawFooterCell: TcxGridColumnCustomDrawHeaderEvent read; write;

Remarks

As with other custom draw events, this event provides a canvas for the grid control (the ACanvas parameter) and ViewInfo information to get the bounding rectangle of the painted element (the AViewInfo parameter and its Bounds property). Sender is the View that caused the repaint. The ADone parameter is initially False you should set it to True to tell the grid that you have chosen to custom draw the element.

To implement a custom draw routine for group summaries located in group rows, handle the OnCustomDrawGroupSummaryCell event.

See Also

TcxCustomGridTableView.OnCustomDrawPartBackground Event

TcxCustomGridTableItem Class

TcxGridTableView.OnCustomDrawColumnHeader Event

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit