Skip to main content

TcxSchedulerEventCellViewInfo.ContentStart Property

Gets the outer time block which is closest to the user event‘s start time.

Declaration

property ContentStart: 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 start date of the user event will be returned.

Use the ContentStart property to obtain the time block (or the date) which is closest to the start boundary of the user event.

See Also