Class ScheduleExpandedAppointmentStyleChangingEventArgs
Provides style for the appointments in the expanded view.
Inheritance
System.Object
ScheduleExpandedAppointmentStyleChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleExpandedAppointmentStyleChangingEventArgs : Object
Constructors
ScheduleExpandedAppointmentStyleChangingEventArgs()
Declaration
public ScheduleExpandedAppointmentStyleChangingEventArgs()
Properties
Appointment
Specifies the details of appointment object in the expanded view in Schedule.
Declaration
public object Appointment { get; }
Property Value
| Type |
|---|
| System.Object |
View
Specifies the custom view loaded in the expanded view in Schedule.
Declaration
public FrameworkElement View { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.FrameworkElement |