Back to Devexpress

TdxGanttControlChartView.ShowTaskProgress Property

vcl-dxganttcontrolviewchart-dot-tdxganttcontrolchartview-756a39a7.md

latest2.8 KB
Original Source

TdxGanttControlChartView.ShowTaskProgress Property

Allows you to manage the task progress visibility.

Declaration

delphi
property ShowTaskProgress: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Set this property to False to hide the bar that denotes the task’s completion percentage.

The ShowTaskProgress property value defines if the following events can occur:

Change Task Progress at Runtime

Drag and Drop

Press and hold down the left mouse button when the mouse pointer hovers over the far edge of a task’s progress bar. A user can move the mouse pointer to the left or right to change the task’s progress percentage. A user should hold down the left mouse button until the end of the operation.

Task Information Dialog

Double-click a task to open the dialog and enter an integer in the Percent Complete field.

Task Sheet ColumnEnter an integer in the % Complete sheet column. Ensure that the column is visible in any of the following ways:

  • Enable the “Quick Column Customization” button and click the corresponding checkbox in the dropdown.
  • Right-click the column header panel and click Insert Column to invoke the dropdown and select the % Complete column.
  • Right-click the column header panel and click More... to invoke the Choose Details dialog. Check the % Complete checkbox and click OK to apply changes and display the column.

The ShowTaskProgress property’s default value is True.

See Also

TdxGanttControlChartView Class

TdxGanttControlChartView Members

dxGanttControlViewChart Unit