Back to Devexpress

SchedulerHitTestType Enum

wpf-devexpress-dot-xpf-dot-scheduling-b025ef0b.md

latest1.9 KB
Original Source

SchedulerHitTestType Enum

Lists the values that identify a scheduler’s elements.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public enum SchedulerHitTestType
vb
Public Enum SchedulerHitTestType

Members

NameDescription
ResourceHeader

The test point belongs to a resource header.

| | DayHeader |

The test point belongs to a day header.

| | Cell |

The test point belongs to a time cell.

| | AllDayArea |

The test point belongs to an all-day area.

| | Appointment |

The test point belongs to an appointment.

| | Ruler |

The test point belongs to a time ruler.

| | NavigationButton |

The test point belongs to a navigation button.

| | MoreButton |

The test point belongs to a More button.

| | TimeRegion | |

The following properties accept/return SchedulerHitTestType values:

Remarks

The SchedulerHitTestType enumeration values are returned by the ISchedulerHitInfo.HitTestType property of a ISchedulerHitInfo class descendant.

Call the SchedulerControl.CalcHitInfo method to create a ISchedulerHitInfo class descendant.

See Also

DevExpress.Xpf.Scheduling Namespace