Skip to main content

TcxSchedulerGanttViewHitTest.HitAtEventDraggingArea Property

Returns whether the test point belongs to the task when the task is being horizontally dragged, or about to be dragged, within an area specified by the TcxSchedulerEvent.TaskIndex property.

Declaration

property HitAtEventDraggingArea: Boolean read;

Property Value

Type
Boolean

Remarks

If the test point belongs to the task, the HitAtEventDraggingArea property returns True.

See Also