Class InlineViewLoadedEventArgs
Provide data for InlineViewLoaded event
Inheritance
System.Object
InlineViewLoadedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class InlineViewLoadedEventArgs : EventArgs
Constructors
InlineViewLoadedEventArgs()
Declaration
public InlineViewLoadedEventArgs()
Properties
Appointments
Gets or sets the appointment collection for the loaded inline view.
Declaration
public ObservableCollection<CalendarAppointment> Appointments { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<CalendarAppointment> |
AppointmentTemplate
Gets or sets the appointment template.
Declaration
public object AppointmentTemplate { get; set; }
Property Value
Type |
---|
System.Object |