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.Start Property

Specifies the user event’s start time, for the primary time zone.

#Declaration

Delphi
property Start: TDateTime read; write;

#Property Value

Type
TDateTime

#Remarks

The Start property is used with the Finish property or Duration property to identify the period of time the user event lasts for. If the user event is recurring, this period cannot exceed the frequency of the specified user event (see the TcxSchedulerCustomRecurrenceInfo.Recurrence property).

Note

if the value of the AllDayEvent property is True the value of the Start property is ignored.

See Also