Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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