Skip to main content

TcxSchedulerCustomResourceViewHitTest Members

The base class for classes that store HitTest information for time Views.

Constructors

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

Properties

Name Description
Button
ContentCell
Event Provides access to the user event to which the test point belongs. Inherited from TcxSchedulerViewHitTest.
EventCell
HeaderCell
HitAtButton Returns whether the test point belongs to the “more events” button.
HitAtContent Returns whether the test point belongs to the time block.
HitAtContentNavigationButton Returns whether the test point belongs to the user event navigation button.
HitAtControl Returns whether the test point belongs to the scheduling area or the Date Navigator. Inherited from TcxSchedulerSubControlHitTest.
HitAtDayHeader Returns whether the test point belongs to the day’s header in the scheduling area.
HitAtEvent Returns whether the test point belongs to the user event. Inherited from TcxSchedulerViewHitTest.
HitAtGroupSeparator Returns whether the test point belongs to the group separator.
HitAtResource Returns whether the test point belongs to the resource. Inherited from TcxSchedulerViewHitTest.
HitAtResourceHeader Returns whether the test point belongs to the resource’s header.
HitAtTime Returns whether the test point belongs to the time element of the scheduling area or the Date Navigator. Inherited from TcxSchedulerSubControlHitTest.
HitAtTimeZoneLabel protected Returns whether the test point belongs to the primary and secondary time rulers.
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. Inherited from TcxSchedulerViewHitTest.
Time Returns the date and/or time if the test point belongs to the scheduling area or Date Navigator. Inherited from TcxSchedulerSubControlHitTest.
TimeZone protected Returns the time zone number for the corresponding time ruler to which the test point belongs.

Methods

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