TcxSchedulerViewHitTest Properties
Stores HitTest information for the scheduling area.| Name | Description |
|---|---|
| Event | Provides access to the user event to which the test point belongs. |
| HitAtControl | Returns whether the test point belongs to the scheduling area or the Date Navigator. Inherited from TcxSchedulerSubControlHitTest. |
| HitAtEvent | Returns whether the test point belongs to the user event. |
| HitAtResource | Returns whether the test point belongs to the resource. |
| HitAtTime | Returns whether the test point belongs to the time element of the scheduling area or the Date Navigator. Inherited from TcxSchedulerSubControlHitTest. |
| HitPoint | Specifies the client coordinates of the test point in pixels. Inherited from TcxSchedulerSubControlHitTest. |
| HitX | Specifies the horizontal client coordinate of the test point in pixels. Inherited from TcxSchedulerSubControlHitTest. |
| HitY | Specifies the vertical client coordinate of the test point in pixels. Inherited from TcxSchedulerSubControlHitTest. |
| Resource | Provides access to the resource to which the test point belongs. |
| Time | Returns the date and/or time if the test point belongs to the scheduling area or Date Navigator. Inherited from TcxSchedulerSubControlHitTest. |
See Also