AppointmentViewInfo.HitTestType Property
Gets a value identifying the type of the visual element located under the test point.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SchedulerHitTest | A SchedulerHitTest.AppointmentContent value. |
Available values:
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. |
ResourceHeader | The test point belongs to a resource header. |
DayHeader | The test point belongs to a day header. |
AllDayArea | The test point belongs to the all-day area. |
AppointmentResizingLeftEdge | The test point belongs to the left resizable edge of an appointment. |
AppointmentResizingRightEdge | The test point belongs to the right resizable edge of an appointment. |
AppointmentResizingTopEdge | The test point belongs to the top resizable edge of an appointment. |
AppointmentResizingBottomEdge | The test point belongs to the bottom resizable edge of an appointment. |
AppointmentMoveEdge | The test point belongs to the movable edge of an appointment. |
AppointmentContent | The test point belongs to contents of an appointment. |
MoreButton | The test point belongs to a MoreButton. |
DayOfWeekHeader | The test point belongs to a day of week header. |
GroupSeparator | The test point belongs to the group separator, which separates one group from another. |
UpperLeftCorner | The test point belongs to the top-left corner in the Day View. |
DayViewColumn | The test point belongs to a column in a Day View. |
SingleWeek | The test point belongs to a single week. |
Timeline | The test point belongs to the timeline bar. |
SelectionBar | The test point belongs to the selection bar in the Timeline View. |
SelectionBarCell | The test point belongs to a single cell of the selection bar in the Timeline View. |
TimeScaleHeader | The test point belongs to the time scale header in the Timeline View. |
Ruler | The test point belongs to a time ruler. |
NavigationButton | The test point belongs to the navigation button. |
ScrollMoreButton | The test point belongs to a Scroll MoreButton. |
AppointmentDependency | The test point belongs to the Dependency |
Undefined | An object under the test point cannot be determined. |
TimeIndicator | The test point belongs to the Time Indicator element. |
ContextButtons | Reserved for future use. |
GridElement | A test point belongs to the element of the Agenda view grid. |
HeaderTab | |
TabArea | |
HeaderButton | |
MonthHeader | |
Hyperlink |
Remarks
Provides a value for the hit testing routine, indicating that the point being tested falls within the appointment body.
To determine the test point type, call the SchedulerViewBase.CalcHitInfo method and examine the SchedulerHitInfo.HitTest property of the returned SchedulerHitInfo object.