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

Gets whether there are overlapped user events.

#Declaration

Delphi
property HasConflicts: Boolean read;

#Property Value

Type
Boolean

#Remarks

The overlapped user events are determined within the appropriate time range.

The time range is specified in one of the following ways:

Note

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

The HasConflicts property returns a value of True if at least two user events were scheduled at the same time.

See Also