vcl-cxschedulercustomresourceview-f3d6205a.md
The base class for classes that store HitTest information for time Views.
TcxSchedulerCustomResourceViewHitTest = class(
TcxSchedulerViewHitTest
)
The TcxSchedulerCustomResourceViewHitTest class provides an API for testing the common elements and elements that are available when schedules are grouped (if the View’s GroupingKind property is set to gkByResource or gkByDate and more than one resource is defined).
TcxSchedulerCustomResourceViewHitTest descendants include:
TcxSchedulerAgendaViewHitTestStores HitTest information for the Agenda View.TcxSchedulerDayViewHitTestStores HitTest information for the Day View.TcxSchedulerGanttViewHitTestStores HitTest information for the Gantt View.TcxSchedulerTimeGridViewHitTestStores HitTest information for the TimeGrid View.TcxSchedulerYearViewHitTestStores HitTest information for the Year View.
TObject TcxSchedulerSubControlHitTest TcxSchedulerViewHitTest TcxSchedulerCustomResourceViewHitTest
See Also