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

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

#Declaration

Delphi
property Finish: TDateTime read; write;

#Property Value

Type
TDateTime

#Remarks

The Start and Finish properties define the period of time that the user event lasts for. This period cannot exceed the frequency with which the user event occurs (see the TcxSchedulerCustomRecurrenceInfo.Recurrence property) if the user event is recurring. An alternative to the Finish property is the Duration property. The Finish and Duration properties mutually influence each other.

Note

if the AllDayEvent property is set to True, the Finish property value is ignored.

See Also