CustomTaskDisplayTextEventArgs Properties
Provides data for the CustomTaskDisplayText event.| Name | Description |
|---|---|
| InsideText | Gets or sets the text displayed inside the task’s bar. This property is not in effect for summary tasks and milestones. |
| LeftText | Gets or sets the text displayed to the left of the task’s bar. |
| Node | Gets the processed node. |
| RightText | Gets or sets the text displayed to the right of the task’s bar. |
| TaskInfo | Provides access to view information about the task. |
See Also