Skip to main content

TcxSchedulerViewHitTest Members

Stores HitTest information for the scheduling area.

Constructors

Name Description
Create(TcxSchedulerSubControl) Initializes a new instance of the TcxSchedulerSubControlHitTest class with specified settings. Inherited from TcxSchedulerSubControlHitTest.

Properties

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.

Methods

Name Description
Equals(TObject) Inherited from TObject.
GetDragKind
GetHashCode Inherited from TObject.
Recalculate Updates HitTest information about the test point. Inherited from TcxSchedulerSubControlHitTest.
ToString Inherited from TObject.
See Also