Version

AppointmentClickedEventArgs Class Members

The following tables list the members exposed by AppointmentClickedEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyAllowSelectionReturns/sets whether this click should be processed and the Infragistics.Scheduler.Appointment selected.  
Public PropertyClickedAppointmentReturns the Infragistics.Scheduler.Appointment that was clicked (read-only)  
Public PropertyClickedInDateReturns the date within which the Infragistics.Scheduler.Appointment was clicked. For single day Infragistics.Scheduler.Appointments this returns the day on which the Infragistics.Scheduler.Appointment occurs. For multi-day Infragistics.Scheduler.Appointments this returns the day that contains the Infragistics.Scheduler.Appointment 'segment' that was clicked. (read-only)  
Public PropertyViewModeReturns the Infragistics.Scheduler.Core.SchedulerViewMode associated with the Infragistics.Scheduler.Appointment that was clicked (read-only)  
See Also