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

TdxGanttControlTimelineViewPopupMenuItems.ShowTaskInformationDialog Property

Specifies if a task‘s pop-up menu (in the Timeline View) displays the Show Task Information Dialog item.

#Declaration

Delphi
property ShowTaskInformationDialog: TdxGanttControlViewPopupMenuItem read; write; default TdxGanttControlViewPopupMenuItem.Default;

#Property Value

Type Default Description
TdxGanttControlViewPopupMenuItem Default

A pop-up menu item visibility option.

#Remarks

A user can click the Information... item to invoke the Task Information dialog and modify a task name, completion percentage, duration, and other related data.

Use this property to select any of the following displays modes for the item:

Display Mode

Description

Default

The item availability depends on the context.

Disabled

The item is disabled.

Hidden

The item is invisible.

The RemoveTask property’s default value is Default.

See Also