Enum ItemHitType
Defines the constants that specify the type of information under a Point.
Namespace: Syncfusion.Schedule
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public enum ItemHitType
Fields
Name | Description |
---|---|
AllDayItem | There is a AllDay IScheduleAppointment item under the Point. |
CellHeader | The Point is in a header line within a cell in a Week or Month Schedule view. |
Header | The Point is in a column header of a Day or WorkWeek Schedule view. |
Item | An IScheduleAppointment item under the Point. |
MoreItemsBitmap | The Point is in the rectangle occupied by the MoreItemsBitmap. |
None | There is no IScheduleAppointment item under the Point. |