Class CollapsedScheduleAppointment
Provides information regarding a schedule appointment which is collapsed in the Schedule view.
Inheritance
System.Object
CollapsedScheduleAppointment
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class CollapsedScheduleAppointment : Object
Constructors
CollapsedScheduleAppointment()
Declaration
public CollapsedScheduleAppointment()
Properties
AllDay
Declaration
public bool AllDay { get; set; }
Property Value
AppointmentBackground
Declaration
public Brush AppointmentBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
AppointmentSelectionBrush
Declaration
public Brush AppointmentSelectionBrush { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
CorrespondingDate
Declaration
public DateTime CorrespondingDate { get; set; }
Property Value
EventCount
Declaration
public string EventCount { get; set; }
Property Value
ReadOnlyVisibility
Declaration
public Visibility ReadOnlyVisibility { get; set; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
Status
Declaration
public ScheduleAppointmentStatus Status { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
Extension Methods