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

TcxSchedulerEventConflictsInfo.Event Property

Provides access to the user event that relates to the current TcxSchedulerEventConflictsInfo instance.

#Declaration

Delphi
property Event: TcxSchedulerEvent read;

#Property Value

Type
TcxSchedulerEvent

#Remarks

Use this property to access the TcxSchedulerEvent object which the current TcxSchedulerEventConflictsInfo instance is associated with.

Note

the Event property returns nil if the TcxSchedulerEventConflictsInfo object was instantiated with the overloaded version of the Create method. In this case the TcxSchedulerEventConflictsInfo instance contains information on the overlapped user events scheduled within the specified time range and is not associated with a particular user event (which the Event property references to).

See Also