TdxGanttControlTask.Summary Property
Specifies if a task is a summary task.
Declaration
property Summary: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
A summary task is a top-level task that allows you to group related subtasks.
Set this property to True to move the task to the topmost outline level in relation to other tasks.
The Summary property’s default value is False.
See Also