Skip to main content

TdxGanttControlTimelineView.OnGetTaskColor Event

Allows you to change a task color.

Declaration

property OnGetTaskColor: TdxGanttControlTimelineViewGetTaskColorEvent read; write;

Remarks

This event occurs every time the View redraws tasks. Assign a color to the AColor parameter to fill the task passed as the ATask parameter.

Refer to the TdxGanttControlTimelineViewGetTaskColorEvent type description for information on available options.

See Also