TcxSchedulerGanttView.TotalProgressLineColor Property
Specifies the progress line’s color.
Declaration
property TotalProgressLineColor: TColor read; write; default clRed;
Property Value
Type | Default |
---|---|
TColor | clRed |
Remarks
A progress line is visible, if the ShowTotalProgressLine property is True.
The default value of the TotalProgressLineColor property is clRed.
See Also