TcxSchedulerCustomResourceViewHitTest Class
The base class for classes that store HitTest information for time Views.
Declaration
TcxSchedulerCustomResourceViewHitTest = class(
TcxSchedulerViewHitTest
)
Remarks
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:
- TcxSchedulerAgendaViewHitTest
- Stores HitTest information for the Agenda View.
- TcxSchedulerDayViewHitTest
- Stores HitTest information for the Day View.
- TcxSchedulerGanttViewHitTest
- Stores HitTest information for the Gantt View.
- TcxSchedulerTimeGridViewHitTest
- Stores HitTest information for the TimeGrid View.
- TcxSchedulerYearViewHitTest
- Stores HitTest information for the Year View.
Inheritance
TObject
TcxSchedulerSubControlHitTest
TcxSchedulerViewHitTest
TcxSchedulerCustomResourceViewHitTest
See Also