TcxSchedulerEventLinks.ItemLinks Property
Provides indexed access to task links in the collection.
Declaration
property ItemLinks[Index: Integer]: TcxSchedulerEventItemLink read; write; default;
Property Value
Type |
---|
TcxSchedulerEventItemLink |
Remarks
Use the ItemLinks property to specify or obtain a task link, at the position specified by the zero-based Index parameter.
See Also