Back to Devexpress

TdxGanttControlTask.Summary Property

vcl-dxganttcontroltasks-dot-tdxganttcontroltask-fb373385.md

latest961 B
Original Source

TdxGanttControlTask.Summary Property

Specifies if a task is a summary task.

Declaration

delphi
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

Chart Runtime Customization

TdxGanttControlTask Class

TdxGanttControlTask Members

dxGanttControlTasks Unit