Skip to main content

TcxSchedulerEventConflictsInfo.ExceptEventsWithoutResources Property

Gets whether the user events which do not belong to any resources are treated as overlapped with other user events scheduled at the same time.

Declaration

property ExceptEventsWithoutResources: Boolean read;

Property Value

Type
Boolean

Remarks

If the ExceptEventsWithoutResources property returns a value of False it indicates that that user events, which were scheduled with no relation to any resources are overlapped with the user events which are being inspected for intersection with other user events.

Note

user events, which do not belong to any resources, will be shown in the scheduling area, if the TcxSchedulerOptionsView.ShowEventsWithoutResource property is set to True. Otherwise they will be hidden.

See Also