You can access the component's Calendar object using the Calendar property. 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)
Name | Description | |||
AlignDate | Specifies whether the January 1st or MinDate is aligned to the top-left corner. | |||
AllowFocusDate | Specifies the combination of keys that allows the user to focus a new date, in the calendar panel. | |||
AllowSelectDate | Specifies the combination of keys that allows the user to select dates in the calendar panel. | |||
AllowSelectDateRect | Specifies the combination of keys that allows the user to select dates in the calendar panel, by dragging a rectangle. | |||
AllowToggleSelectKey | Specifies the combination of keys to select multiple not-contiguously dates. | |||
AMPM | Specifies the AM and PM indicators. | |||
Date | Retrieves or sets the date being displayed in the calendar panel. | |||
DateFromPoint | Retrieves the date from the cursor, in the calendar panel. | |||
DisableZoneFormat | Returns or sets an expression that determines the dates being disabled in the calendar/schedule panel. | |||
DisplayWeekNumberAs | Specifies the way the calendar displays the week number. | |||
Events | Returns a safe array of dates with events, in a specified group, where the Expression indicates the formula to determine the dates being verified. | |||
FirstVisibleDate | Retrieves the first visible date, in the calendar panel. | |||
FirstWeekDay | Specifies the first day of the week. | |||
FitSelToView | Specifies the list of additional dates to be shown on the schedule view, when OnSelectDate property is exFitSelToView. | |||
FocusDate | Retrieves the date being focused in the calendar panel. | |||
GroupHighlightEvent | Highlights the date in the calendar panel using the HighlightEvent property of each Group found on day's events. | |||
HeaderDayLabel | Specifies the HTML date-format to be shown on the calendar's header. | |||
HideSel | Specifies whether selected date appears selected when a control loses focus. | |||
HighlightEvent | Gives access to the Highlight object, so you can customize highlighting the events, in the calendar panel. | |||
hWnd | Retrieves the calendar's window handle. | |||
LastVisibleDate | Retrieves the last visible date, in the calendar panel. | |||
LocAMPM | Retrieves the time marker such as AM or PM using the current user regional and language settings. | |||
LocFirstWeekDay | Indicates the first day of the week, as specified in the regional settings. | |||
LocMonthNames | Retrieves the list of month names, as indicated in the regional settings, separated by space. | |||
LocWeekDays | Retrieves the list of names for each week day, as indicated in the regional settings, separated by space. | |||
LongDateFormat | Indicates the long date format. | |||
LongTimeFormat | Indicates the long time format. | |||
MaxDate | Retrieves or sets the max date. | |||
MaxMonthX | Specifies the maximum number of months horizontally displayed. | |||
MaxMonthY | Specifies the maximum number of months vertically displayed. | |||
MinDate | Retrieves or sets the min date. | |||
MinMonthX | Specifies the minimum number of months horizontally displayed. | |||
MinMonthY | Specifies the minimum number of months vertically displayed. | |||
MonthNames | Retrieves or sets a value that indicates the list of month names, separated by space. | |||
NonworkingDays | Retrieves or sets a value that indicates the non-working days, for each week day a bit. | |||
NonworkingDaysColor | Retrieves or sets a value that indicates the color to fill the non-working days. | |||
NonworkingDaysFrameColor | Retrieves or sets a value that indicates the color to show the non-working frame. | |||
NonworkingDaysPattern | Retrieves or sets a value that indicates the pattern being used to fill non-working days. | |||
OnSelectDate | Specifies the action that the control does once the user selects new dates in the calendar panel. | |||
Parent | Specifies the handle of the window that hosts the calendar panel. | |||
SelCount | Indicates the number of dates being selected in the calendar panel. | |||
SelDate | Gets the date being selected giving its index in the selection. | |||
Select | Selects the current (focus) day, week, week day, month or year in the calendar panel. | |||
SelectDate | Selects or unselects a date in the calendar panel. | |||
Selection | Returns or sets a safe array of selected dates in the calendar panel. | |||
ShortDateFormat | Indicates the short date format. | |||
ShortTimeFormat | Indicates the short time format. | |||
ShowGridLines | Shows or hides the grid lines in the calendar panel. | |||
ShowHighlightEvent | Returns or sets a value that indicates whether the calendar panel highlights days that contain events. | |||
ShowNonMonthDays | Specifies whether the control displays the dates that are not part of the month. | |||
ShowTodayButton | Retrieves or sets a value that indicates whether the today button is visible or hidden, in the calendar panel. | |||
ShowWeeks | Retrieves or sets a value that indicates whether the weeks header is visible or hidden. | |||
ShowYearScroll | Retrieves or sets a value that indicates whether the scroll bar ( in the calendar panel ) to change the year is visible or hidden. | |||
SingleSel | Returns or sets a value that indicates whether the user can select one or more dates in the calendar panel. | |||
TodayCaption | Retrieves or sets a value that indicates the today button's caption, in the calendar panel. | |||
WeekDays | Retrieves or sets a value that indicates the list of names for each week day, separated by space. |