Type | Description | |||
Calendar | A Calendar object that holds information about the calendar panel of the control. |
The Calendar property gives access to the calendar panel of the control. For instance, the FirstWeekDay property specifies the first day of the week. The SingleSel property indicates whether the user can select one or multiple dates. As an alternative, you can use the SelCount/SelDate property to retrieve the collection of selected dates in the calendar panel. Once the user starts selecting a new date in the calendar panel, the control fires the LayoutStartChanging(exCalendarSelectionChange). Once a new date is selected, the LayoutEndChanging(exCalendarSelectionChange) event occurs.
Use the OnResizeControl property to specify one of the followings:
auto hide the calendar panel. Ability to hide the calendar section while the cursor is not in it (OnResizeControlEnum.exResizePanelRight Or OnResizeControlEnum.exCalendarFit Or OnResizeControlEnum.exCalendarAutoHide).
hide completely the calendar section (exHideSplitter)
specify the alignment of the calendar, as on the left or right side of the schedule view (OnResizeControlEnum.exChangePanels Or OnResizeControlEnum.exCalendarFit)
full or partially view of the calendar panel (exResizePanelRight)