Class InlineEventArgs
Inline event arguments.
Inheritance
System.Object
InlineEventArgs
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class InlineEventArgs : EventArgs
Constructors
InlineEventArgs()
Declaration
public InlineEventArgs()
Properties
appointment
Gets the appointment.
Declaration
public CalendarInlineEvent appointment { get; }
Property Value
Type | Description |
---|---|
CalendarInlineEvent | The appointment. |
Appointments
Gets the appointment.
Declaration
public CalendarEventCollection Appointments { get; }
Property Value
Type | Description |
---|---|
CalendarEventCollection | The appointment. |
Calendar
Gets the calendar.
Declaration
public SfCalendar Calendar { get; }
Property Value
Type | Description |
---|---|
SfCalendar | The calendar. |
DateTime
Gets the date time.
Declaration
public Nullable<DateTime> DateTime { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The date time. |
View
Gets or sets the view.
Declaration
public View View { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.View | The view. |