Class InlineEventToggledEventArgs
Inheritance
System.Object
InlineEventToggledEventArgs
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class InlineEventToggledEventArgs : EventArgs
Constructors
InlineEventToggledEventArgs()
Declaration
public InlineEventToggledEventArgs()
Properties
CalendarEventCollection
Gets or sets the calendar event collection.
Declaration
public CalendarEventCollection CalendarEventCollection { get; }
Property Value
Type | Description |
---|---|
CalendarEventCollection | The calendar event collection. |
Date
Gets the date.
Declaration
public Calendar Date { get; }
Property Value
Type | Description |
---|---|
Java.Util.Calendar | The date. |
SfCalendar
Gets or sets the main calendar.
Declaration
public SfCalendar SfCalendar { get; }
Property Value
Type | Description |
---|---|
SfCalendar | The sf calendar. |