TcxSchedulerSubControlHitTest Class
In This Article
The base class for HitTest classes that provide information about the scheduler control’s elements at the inspected point.
#Declaration
Delphi
TcxSchedulerSubControlHitTest = class(
TObject
)
#Remarks
The TcxSchedulerSubControlHitTest
provides an API for obtaining the common HitTest information at the inspected point within the scheduler control.
See Also