Class DayCellHoldingEventArgs
Arguments of the Day cell holding event.
Inheritance
System.Object
DayCellHoldingEventArgs
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class DayCellHoldingEventArgs : EventArgs
Constructors
DayCellHoldingEventArgs()
Declaration
public DayCellHoldingEventArgs()
Properties
Calendar
Gets the calendar.
Declaration
public SfCalendar Calendar { get; }
Property Value
| Type | Description |
|---|---|
| SfCalendar | The calendar. |
Date
Gets the long pressed date.
Declaration
public DateTime Date { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The date time. |