property Calendar.AllowFocusDate as AllowKeysEnum
Specifies the combination of keys that allows the user to focus a new date, in the calendar panel.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the combination of keys that allows the user to focus a new date, in the calendar panel.
By default, the AllowFocusDate property is exRightClick. Changing the focus using this option may show a different month, without selecting the focusing date. The control may display only a single focused date, but it can display multiple selection dates. The FocusDate property indicates the date being focused. The control fires the LayoutStartChanging(exCalendarFocusDateChange) when the user is about to change the focusing date, and the LayoutEndChanging(exCalendarFocusDateChange) notifies your application once a new date is being focused. The Background(exCalendarFocusDate) changes the visual appearance of the focused date, while the Background(exCalendarFocusDateForeColor) changes the foreground color of the focused date.

The AllowFocusDate property on exDisallow disables focusing a date that's not being selected. The AllowSelectDate property indicates the keys combination so the user can select new dates in the calendar panel, and so, new dates to be shown in the schedule view. The Date property of the control browses a new month in the calendar panel.

Use the Selection/SelectDate property to change programmatically the dates being selected in the calendar, including the dates to be shown in the schedule view. You can use the Selection/SelCount/SelDate property to retrieve the selected dates.