TcxSchedulerEventCellViewInfo.ContentFinish Property
Gets the outer time block which is closest to the user event‘s end time.
Declaration
property ContentFinish: TDateTime read;
Property Value
Type |
---|
TDateTime |
Remarks
The outer time block is the time block which is located outside the user event’s rectangle. This is in effect when scheduling in the Day View.
As for the Week and Weeks Views, the date next to the end date of the user event will be returned.
Use the ContentFinish property to obtain the time block (or the date) which is closest to the finish boundary of the user event.
See Also