Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerCustomResourceViewHitTest Class

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

#Declaration

Delphi
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

See Also