TcxSchedulerEventImages.Items Property
In This Article
Provides indexed access to the instances of the icons in the TcxSchedulerEventImages collection.
#Declaration
Delphi
property Items[Index: Integer]: TcxSchedulerEventImageItem read; default;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Items property to get the TcxSchedulerEventImageItem instance.
The zero-based Index parameter specifies the position of the TcxSchedulerEventImageItem instance to access in the collection.
See Also