Class ScheduleAppointmentClickType
Defines the constants that specify the possible types of clicks on a calendar.
Inheritance
System.Object
ScheduleAppointmentClickType
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public sealed class ScheduleAppointmentClickType : Enum
Fields
LeftClick
A left click.
Declaration
public const ScheduleAppointmentClickType LeftClick
Field Value
| Type |
|---|
| ScheduleAppointmentClickType |
LeftDblClick
A left double click.
Declaration
public const ScheduleAppointmentClickType LeftDblClick
Field Value
| Type |
|---|
| ScheduleAppointmentClickType |
RightClick
A right click.
Declaration
public const ScheduleAppointmentClickType RightClick
Field Value
| Type |
|---|
| ScheduleAppointmentClickType |
RightDblClick
A right double click.
Declaration
public const ScheduleAppointmentClickType RightDblClick
Field Value
| Type |
|---|
| ScheduleAppointmentClickType |