Skip to main content

TcxSchedulerGanttViewHitTest.HitAtExpandButton Property

Returns whether the test point belongs to a task expand button.

Declaration

property HitAtExpandButton: Boolean index htcExpandButton read;

Property Value

Type
Boolean

Remarks

Task expand buttons are only visible if the scheduler’s ViewGantt.ShowExpandButtons property is True.

If the test point belongs to the task expand button, the HitAtExpandButton property returns True.

See Also