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