Class InLineLoadedEventArgs
Provides style for the properties loaded in the inline view of the Schedule.
Inheritance
System.Object
InLineLoadedEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class InLineLoadedEventArgs : Object
Constructors
InLineLoadedEventArgs()
Declaration
public InLineLoadedEventArgs()
Properties
Calendar
Specifies the date time of the appointments in the expanded view.
Declaration
public DateTime Calendar { get; }
Property Value
Type |
---|
System.DateTime |
ScheduleExpandedAppointments
Specifies the collection of appointment objects loaded in the inline view.
Declaration
public ObservableCollection<object> ScheduleExpandedAppointments { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |
ScheduleExpandedAppointmentStyle
Specifies the style for the appointment object in the expanded view of the inline view.
Declaration
public ExpandedAppointmentStyle ScheduleExpandedAppointmentStyle { get; set; }
Property Value
Type |
---|
ExpandedAppointmentStyle |