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

ConflictDetectedEventArgs.Appointment Property

Provides access to a Scheduler Appointment associated with this conflict.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

Declaration

public Appointment Appointment { get; }

Property Value

Type Description
Appointment

The Appointment associated with this conflict.

See Also