Skip to main content

TcxSchedulerReportLink.OnCustomDrawSchedulerHeaderCell Event

Fires when the scheduler header in the scheduler’s report is about to be drawn.

Declaration

property OnCustomDrawSchedulerHeaderCell: TcxSchedulerReportLinkCustomDrawSchedulerHeaderCellEvent read; write;

Remarks

Implement the OnCustomDrawSchedulerHeaderCell event handler to custom draw the scheduler header.

Sender represents the TcxSchedulerReportLink object.

ACanvas specifies the drawing surface.

AItem provides information for rendering the scheduler header.

ADone specifies whether the default painting is required. Set ADone to True to prevent the default execution.

See Also