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