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

Provides access to a collection of user events scheduled at the same time.

#Declaration

Delphi
property ConflictEvents: TcxSchedulerFilteredEventList read;

#Property Value

Type
TcxSchedulerFilteredEventList

#Remarks

If the TcxSchedulerEventConflictsInfo object was instantiated using the overloaded version of the Create constructor (with parameters representing time bounds), then the TcxSchedulerFilteredEventList collection contains all the overlapped user events, which fall within the specified time range.

If the TcxSchedulerEventConflictsInfo object was instantiated using the TcxSchedulerEvent.CreateConflictsInfo method or the Create constructor with the Event instance passed in as an argument, then the TcxSchedulerFilteredEventList collection contains user events, which overlap with the given Event.

Note

user events, which overlap an Event, are not considered to be overlapped to that Event if its availability status is free (see the TcxSchedulerEvent.State property).

Use the ConflictEvents property to access the collection of the overlapped user events.

See Also