TcxGridLayoutView.OnCustomDrawRecordCaption Event
Allows you to override or complement the predefined card caption draw routine.
Declaration
property OnCustomDrawRecordCaption: TcxGridLayoutViewCustomDrawRecordHeaderEvent read; write;
Remarks
Fires on a card caption repaint.
Sender specifies the View that owns the card.
AViewInfo provides access to the ViewInfo object that contains the card caption rendering information.
ACanvas specifies the drawing surface.
ADone specifies whether default painting is required. Set ADone to True
, to prevent default code execution.
See Also