Skip to main content

TcxSchedulerEventConflictsInfo.HasConflicts Property

Gets whether there are overlapped user events.

Declaration

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