AppointmentViewInfo.HitTestType Property
Gets the enumeration member, which indicates the contents of the appointment when it is hit.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.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
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.