TcxSchedulerDateNavigatorHitTest.HitAtWeekSelectionBar Property
Returns whether the test point belongs to the week numbers, located on the left side of the Date Navigator.
Declaration
property HitAtWeekSelectionBar: Boolean index htcWeekSelectionBar read;
Property Value
Type |
---|
Boolean |
Remarks
If the test point belongs to the week numbers, the HitAtWeekSelectionBar property returns True. Otherwise – False.
Note
week numbers are displayed if the TcxSchedulerDateNavigator.ShowWeekNumbers property is True.
See Also