SchedulerHitTest Enum
Lists the values that identify a scheduler's elements.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
None | The test point does not belong to any visual element or is outside the scheduler. |
Cell | The test point belongs to a time cell. |
Resource |
The test point belongs to a resource header. |
Day |
The test point belongs to a day header. |
All |
The test point belongs to the all-day area. |
Appointment |
The test point belongs to the left resizable edge of an appointment. |
Appointment |
The test point belongs to the right resizable edge of an appointment. |
Appointment |
The test point belongs to the top resizable edge of an appointment. |
Appointment |
The test point belongs to the bottom resizable edge of an appointment. |
Appointment |
The test point belongs to the movable edge of an appointment. |
Appointment |
The test point belongs to the contents of an appointment. |
More |
The test point belongs to a 'more' button. |
Day |
The test point belongs to a day of week header. |
Group |
The test point belongs to the group separator, which separates one group from another. |
Upper |
The test point belongs to the top-left corner in the Day View. |
Day |
The test point belongs to a column in a Day View. |
Single |
The test point belongs to a single week. |
Timeline | The test point belongs to the timeline bar. |
Selection |
The test point belongs to the selection bar in the Timeline View. |
Selection |
The test point belongs to a single cell of the selection bar in the Timeline View. |
Time |
The test point belongs to the time scale header in the Timeline View. |
Ruler | The test point belongs to a time ruler. |
Navigation |
The test point belongs to the navigation button. |
Scroll |
The test point belongs to a scroll 'more' button displayed within the all-day area. |
Appointment |
The test point belongs to the appointment dependency. |
Undefined | An object under the test point cannot be determined. |