Class AppointmentProperties
Represents the AppointmentProperties which contains appointments and day info.
Inheritance
System.Object
AppointmentProperties
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class AppointmentProperties : Object
Constructors
AppointmentProperties()
Declaration
public AppointmentProperties()
Properties
Appointments
Gets or sets the appointment collection.
Declaration
public ObservableCollection<CalendarAppointment> Appointments { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<CalendarAppointment> |
Day
Gets or sets the day of cell
Declaration
public DateTime Day { get; set; }
Property Value
Type |
---|
System.DateTime |