TcxCustomScheduler.EventImages Property
In This Article
Represents the user-defined collection of user event icons.
#Declaration
Delphi
property EventImages: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use the EventImages property to access the user-defined collection of bitmaps used to draw custom icons of the user event. To bind a custom icon to a particular user event, handle the scheduler’s OnInitEventImages event.
See Also