Class CommandId
Inheritance
Namespace: Telerik.XamarinForms.Input.Calendar.Commands
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public sealed class CommandId : Enum
Fields
AddAppointmentButtonClick
A command associated with the Click event that occurs when pressing the Calendar Button.
Declaration
public const CommandId AddAppointmentButtonClick
Field Value
CommandId
|
AppointmentTap
A command associated with the Tap event that occurs on tapping an appointment.
Declaration
public const CommandId AppointmentTap
Field Value
CommandId
|
CellTap
A command associated with the Tap event that occurs on tapping a calendar cell.
Declaration
public const CommandId CellTap
Field Value
CommandId
|
ShowAddAppointmentView
A command associated with the appearance of the "Add Appointment" scheduling dialog.
Declaration
public const CommandId ShowAddAppointmentView
Field Value
CommandId
|
ShowEditAppointmentView
A command associated with the appearance of the "Edit Appointment" scheduling dialog.
Declaration
public const CommandId ShowEditAppointmentView
Field Value
CommandId
|
TimeSlotTap
A command associated with the Tap event that occurs on tapping a time slot.
Declaration
public const CommandId TimeSlotTap
Field Value
CommandId
|
value__
Declaration
public int value__
Field Value
System.Int32
|