Class InlineItemLoadedEventArgs
Provide data for InlineItemLoaded event
Inheritance
System.Object
    InlineItemLoadedEventArgs
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class InlineItemLoadedEventArgs : EventArgs
  Constructors
InlineItemLoadedEventArgs()
Declaration
public InlineItemLoadedEventArgs()
  Properties
Appointment
Gets or sets the loaded appointment CalendarAppointment
Declaration
public CalendarAppointment Appointment { get; }
  Property Value
| Type | 
|---|
| CalendarAppointment | 
Appointments
Gets or sets the appointments System.Collections.ObjectModel.ObservableCollection<> in the selected date
Declaration
public ObservableCollection<CalendarAppointment> Appointments { get; }
  Property Value
| Type | 
|---|
| System.Collections.ObjectModel.ObservableCollection<CalendarAppointment> | 
Date
Gets or sets the selected date
Declaration
public DateTime Date { get; }
  Property Value
| Type | 
|---|
| System.DateTime | 
View
Gets or sets the appointment item custom view
Declaration
public object View { get; set; }
  Property Value
| Type | 
|---|
| System.Object |