Skip to main content

TcxSchedulerDateNavigatorDayNumberViewInfo.SelectionSideBounds Property

Gets the calendar side’s rectangle when a week or weeks are selected.

Declaration

property SelectionSideBounds: TRect read;

Property Value

Type
TRect

Remarks

If the TcxSchedulerDateNavigator.ShowWeekNumbers property is set to False, then the two rectangles are drawn on the left and right sides of the calendar when a week or weeks are selected.

Use the SelectionSideBounds property to return the coordinates of either the left or the right rectangle, if the adjacent date is currently drawn (in the above image – 11 and 17).

See Also