Skip to main content

SchedulerHitTest Enum

In This Article

Lists the values that identify a scheduler's elements.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public enum SchedulerHitTest

#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.

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 the contents of an appointment.

MoreButton

The test point belongs to a 'more' button.

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 'more' button displayed within the all-day area.

AppointmentDependency

The test point belongs to the appointment dependency.

Undefined

An object under the test point cannot be determined.

See Also