Enum ScheduleAppointmentToolTip
Defines the constants that specify the details of a IScheduleAppointment that get displayed in a ToolTip.
Namespace: Syncfusion.Schedule
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public enum ScheduleAppointmentToolTip
Fields
| Name | Description |
|---|---|
| All | Retreives all the details of any appointment |
| Custom | When the ToolTipis set to custom you can define your own custom tooltip CustomToolTip |
| EndTime | Retreives the EndTime of a appointment |
| Location | Retreives the LocationValue of a appointment |
| ResourceName | Retreives the ResourceName of Appointment"/> of a appointment |
| StartAndEndTime | |
| StartTime | Retreives the StartTime of a appointment |
| Subject | Retreives the Subject of a appointment |