Skip to main content
A newer version of this page is available. .

AppointmentConflictEventArgs.RemoveConflictsWithDifferentResource(AppointmentBaseCollection, Object) Method

Removes all the conflicting appointments from the specified collection whose Appointment.ResourceId doesn’t match the specified Id.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public void RemoveConflictsWithDifferentResource(
    AppointmentBaseCollection conflicts,
    object resourceId
)

Parameters

Name Type Description
conflicts AppointmentBaseCollection

An AppointmentBaseCollection object that contains all conflicting appointments.

resourceId Object

A Object that specifies the resource Id which appointments should be left in the collection.

Remarks

Use the RemoveConflictsWithDifferentResource method to remove all appointments which are assigned to resources with Ids other than the specified resourceId from the collection.

See Also