Class Appointment
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class Appointment : NotifyPropertyChangedBase, INotifyPropertyChanged, IAppointment
Constructors
Appointment()
Declaration
public Appointment()
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Xamarin.Forms.Color
|
Implements
Detail
Declaration
public string Detail { get; set; }
Property Value
System.String
|
Implements
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
System.DateTime
|
Implements
IsAllDay
Declaration
public bool IsAllDay { get; set; }
Property Value
System.Boolean
|
Implements
RecurrenceRule
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
System.DateTime
|
Implements
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|