Back to Devexpress

AppointmentItemConflictEventArgs Members

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitemconflicteventargs-dot-underscore-members.md

latest4.4 KB
Original Source

AppointmentItemConflictEventArgs Members

Provides data to the SchedulerControl.CustomAllowAppointmentConflicts event.

Constructors

NameDescription
AppointmentItemConflictEventArgs(AppointmentItem, AppointmentItem, IEnumerable<AppointmentItem>)Initializes a new instance of the AppointmentItemConflictEventArgs class with the specified settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
AppointmentGets the appointment for which the element is raised. Inherited from AppointmentItemEventArgs.
AppointmentCloneGets the clone of the appointment being processed.
ConflictsGets the collection of appointments which are considered to be conflicting with the current appointment.
IntervalRetrieves the time interval for which the event was raised.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RemoveConflictsWithDifferentResource(IList<AppointmentItem>, Object)Removes all the conflicting appointments from the specified collection whose SchedulerItemBase.ResourceId doesn’t match the specified Id.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

AppointmentItemConflictEventArgs Class

DevExpress.Xpf.Scheduling Namespace