Back to Devexpress

ISchedulerHitInfo.HitTestType Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-ischedulerhitinfo.md

latest2.0 KB
Original Source

ISchedulerHitInfo.HitTestType Property

Gets a value which specifies the Scheduler element being hit.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
SchedulerHitTestType HitTestType { get; }
vb
ReadOnly Property HitTestType As SchedulerHitTestType

Property Value

TypeDescription
SchedulerHitTestType

A SchedulerHitTestType enumeration value indicating the hit element.

|

Available values:

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

| | TimeRegion | |

Remarks

The following image shows the what Scheduler elements correspond with the SchedulerHitTestType enumeration values:

See Also

ISchedulerHitInfo Interface

ISchedulerHitInfo Members

DevExpress.Xpf.Scheduling Namespace