ISchedulerHitInfo.HitTestType Property
Gets a value which specifies the Scheduler element being hit.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
SchedulerHitTestType HitTestType { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
Available values:
Name | Description |
---|---|
Resource |
The test point belongs to a resource header. |
Day |
The test point belongs to a day header. |
Cell | The test point belongs to a time cell. |
All |
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. |
Navigation |
The test point belongs to a navigation button. |
More |
The test point belongs to a More button. |
Time |
#Remarks
The following image shows the what Scheduler elements correspond with the SchedulerHitTestType enumeration values: