Skip to main content

ConflictDetectedEventArgs.Appointment Property

Provides access to a Scheduler Appointment associated with this conflict.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

Assembly: DevExpress.XtraScheduler.v23.2.GoogleCalendar.dll

NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar

Declaration

public Appointment Appointment { get; }

Property Value

Type Description
Appointment

The Appointment associated with this conflict.

See Also