constants OnSelectDateEnum
The OnSelectDateEnum type specifies the action the control performs once a new date is selected in the calendar panel. The OnSelectDate property indicates the operation to perform when user selects a new date in the calendar panel. The OnSelectDateEnum type supports the following values:

NameValueDescription
exFitSelToView-1 The schedule view adjusts its size and position, so all selected dates are visible in the view.
exNoViewChange0 The control does nothing once the user selects new dates in the calendar panel.
exEnsureVisibleDate1 Ensures that the selected date is visible on the schedule view without resizing the view.