TcxSchedulerGanttView.ShowTotalProgressLine Property
In This Article
Specifies whether a progress line is to be displayed in the View.
#Declaration
Delphi
property ShowTotalProgressLine: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the ShowTotalProgressLine property to True, to display the progress line.
Value | Sample |
---|---|
False | ![]() |
True | ![]() |
The default value of the ShowTotalProgressLine property is False.
See Also