TcxSchedulerGanttViewHitTest.HitAtLink Property
Returns whether the test point belongs to a task connector.
Declaration
property HitAtLink: Boolean index htcLink read;
Property Value
Type |
---|
Boolean |
Remarks
Task connectors are displayed in the following cases:
The scheduler’s ViewGantt.ShowExpandButtons property is False.
The scheduler’s ViewGantt.ShowExpandButtons property is True, and one or more predecessor tasks are expanded (either by using the expand button or programmatically via the TcxSchedulerEventLinks.Expanded property).
If the test point belongs to a connector, the HitAtLink property returns True.
See Also