Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerEvent.ActualStart Property

Gets the user event’s start date or the start date of its first occurrence if the user event is recurring.

#Declaration

Delphi
property ActualStart: Integer read;

#Property Value

Type
Integer

#Remarks

If the user event is recurring then the ActualStart property will get the start date of its first occurrence, otherwise it gets the start date of a regular user event.

The Start and Finish properties define the period of time that the user event lasts for.

The ActualStart and ActualFinish properties define the date range of a chain of reoccurrences if the user event is recurring. Thus it can significantly improve performance when reoccurrence data is retrieved from the underlying data store.

See Also