Class DrawInlineViewEventArgs
Arguments for the inline loaded event
Inheritance
System.Object
DrawInlineViewEventArgs
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class DrawInlineViewEventArgs : EventArgs
Constructors
DrawInlineViewEventArgs()
Declaration
public DrawInlineViewEventArgs()
Properties
Appointments
Gets the appointment collection.
Declaration
public CalendarEventCollection Appointments { get; }
Property Value
Type | Description |
---|---|
CalendarEventCollection | The appointments. |
Date
Gets or sets the appointment date.
Declaration
public Calendar Date { get; }
Property Value
Type | Description |
---|---|
Java.Util.Calendar | The appointment date. |
View
Gets or sets the view of the in-line.
Declaration
public View View { get; set; }
Property Value
Type | Description |
---|---|
Android.Views.View | The view. |