OnDrawTitle Event

Applies to
TIB_CustomGrid

Declaration
TDrawCellEvent = Procedure(Sender: TObject; Col, Row: Longint; Rect: TRect; State: TGridDrawState) of object;

Description
This event allows you to provide a custom painting method to paint the title cell that is currently needing to be repainted.