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

TdxGanttControlTasks Members

A task collection in the Gantt control.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TdxGanttControlCustomDataModel) Initializes a new instance of the TdxGanttControlModelElement class with specified settings. Inherited from TdxGanttControlModelElement.

#Properties
Show Inherited Hide Inherited

Name Description
Count Inherited from TdxGanttControlModelElementList.
DataModel Inherited from TdxGanttControlModelElement.
Items Provides access to all tasks in the collection.

#Methods
Show Inherited Hide Inherited

Name Description
Append Adds a new task to the end of a task collection.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Inherited from TdxGanttControlPersistent.
CancelUpdate Inherited from TdxGanttControlPersistent.
Delete(Integer) Removes the specified task from the collection.
EndUpdate Inherited from TdxGanttControlPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetItemByUID(Integer) Returns a task with the specified unique identifier.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IndexOf(TdxGanttControlModelElementListItem) Inherited from TdxGanttControlModelElementList.
Insert(Integer) Adds a task to the specified position in the collection.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Reset Inherited from TdxGanttControlPersistent.
ToString Inherited from TObject.
See Also