Skip to main content
A newer version of this page is available. .

TcxSchedulerEventImages.Items Property

Provides indexed access to the instances of the icons in the TcxSchedulerEventImages collection.

Declaration

property Items[Index: Integer]: TcxSchedulerEventImageItem read; default;

Property Value

Type
TcxSchedulerEventImageItem

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