Class ShowEditAppointmentViewCommandContext
Inheritance
System.Object
ShowEditAppointmentViewCommandContext
Namespace: Telerik.XamarinForms.Input.Calendar.Commands
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class ShowEditAppointmentViewCommandContext : Object
Constructors
ShowEditAppointmentViewCommandContext()
Declaration
public ShowEditAppointmentViewCommandContext()
Properties
Appointment
The appointment which will be edited.
Declaration
public Appointment Appointment { get; set; }
Property Value
Appointment
|