TcxSchedulerViewHitTest.HitAtEvent Property
Returns whether the test point belongs to the user event.
Declaration
property HitAtEvent: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
If the test point belongs to the user event, the HitAtEvent property returns True. Otherwise – False.
To obtain a user event to which the test point belongs, use the Event property.
See Also