Class ScheduleAppointmentLoadedEventArgs
Provides style for schedule appointment loaded event.
Inheritance
System.Object
ScheduleAppointmentLoadedEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleAppointmentLoadedEventArgs : Object
Constructors
ScheduleAppointmentLoadedEventArgs()
Declaration
public ScheduleAppointmentLoadedEventArgs()
Properties
Bounds
Specifies the thickness of the appointments around the frame.
Declaration
public Thickness Bounds { get; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
ScheduleAppointment
Specifies the value of schedule appointment.
Declaration
public object ScheduleAppointment { get; }
Property Value
Type |
---|
System.Object |
ScheduleAppointmentStyle
Specifies the appointment style for the Scehdule appointment in the view.
Declaration
public ScheduleAppointmentStyle ScheduleAppointmentStyle { get; set; }
Property Value
Type |
---|
ScheduleAppointmentStyle |
View
Specifies the custom view for the appointment.
Declaration
public FrameworkElement View { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.FrameworkElement |