Class InlineItemTappedEventArgs
Inline tapped event arguments.
Inheritance
System.Object
InlineItemTappedEventArgs
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class InlineItemTappedEventArgs : EventArgs
Constructors
InlineItemTappedEventArgs()
Declaration
public InlineItemTappedEventArgs()
Properties
InlineEvent
Gets the selected date.
Declaration
public CalendarInlineEvent InlineEvent { get; }
Property Value
Type | Description |
---|---|
CalendarInlineEvent | The selected date. |
SelectedDate
Gets the selected appointment.
Declaration
public DateTime SelectedDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The appointment. |