TcxSchedulerEvent.TaskIndex Property
In This Article
Specifies the row in which the current task resides.
#Declaration
Delphi
property TaskIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The TaskIndex property is a zero-based index that defines the vertical layout of tasks in the Gantt View, regardless of the task dependency relationship.
See Also