TcxSchedulerContentCellViewInfo.TimeEvent Property
Contains the information required to render a user event.
Declaration
property TimeEvent: TcxSchedulerEventCellViewInfo read; write;
Property Value
Type |
---|
TcxSchedulerEventCellViewInfo |
Remarks
The information stored is used to custom paint the user event by handling the scheduler’s OnCustomDrawEvent event.
See Also