Skip to main content
A newer version of this page is available. .

SchedulerHitTestType Enum

Lists the values that identify a scheduler’s elements.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public enum SchedulerHitTestType

Members

Name Description
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.

Related API Members

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SchedulerHitTestType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also