TcxCustomScheduler.EventImages Property
Represents the user-defined collection of user event icons.
Declaration
property EventImages: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
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