Skip to main content

TcxSchedulerCustomResourceViewHitTest.HitAtGroupSeparator Property

Returns whether the test point belongs to the group separator.

Declaration

property HitAtGroupSeparator: Boolean index htcGroupSeparator read;

Property Value

Type
Boolean

Remarks

The group separator is a bar that visually divides the groups of schedules.

Note

the group separator bar is only applicable if the scheduler’s OptionsView.GroupSeparatorWidth property value exceeds 0.

If the test point belongs to the group separator, the HitAtGroupSeparator property returns True. Otherwise – False.

See Also