Class InlineToggledEventArgs
Inline toggled event arguments.
Inheritance
System.Object
InlineToggledEventArgs
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class InlineToggledEventArgs : EventArgs
Constructors
InlineToggledEventArgs()
Declaration
public InlineToggledEventArgs()
Properties
Calendar
Gets the calendar.
Declaration
public SfCalendar Calendar { get; }
Property Value
| Type | Description |
|---|---|
| SfCalendar | The calendar. |
DateTime
Gets the date time of the in-line toggled.
Declaration
public DateTime DateTime { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The date time. |
SelectedAppointment
Gets the selected appointment.
Declaration
public object SelectedAppointment { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | The date time. |