| animate | defines the type of animation, with which the view is shown, if it is a Multiview cell |
| blockDates | defines the selectable range |
| blockTime | blocks a time interval |
| borderless | used to hide the component borders |
| calendarHeader | the format for the title with the month name and year |
| calendarTime | defines calendar time format (with timepicker enabled) |
| calendarWeekHeader | specifies the label for the column with weeks numbers |
| cellHeight | the height of the cell with day |
| container | an HTML container (or its ID) where the component should be initialized |
| css | the name of the CSS class or the object with styles that will be applied to the view container |
| date | specifies the year and month that will be shown in the calendar after initialization |
| dayTemplate | defines a template for a calendar day cell |
| disabled | indicates whether an item is enabled |
| events | sets an additional CSS class that will be applied to days |
| gravity | sets the view gravity |
| headerHeight | total height of the area not taken by calendar body |
| height | sets the height of the component |
| hidden | defines whether the view will be hidden initially |
| icons | sets an array of icons in the calendar or hides them |
| id | the ID of a widget |
| keyPressTimeout | a delay between the key press and the action |
| maxDate | sets a maximum date allowed for selection |
| maxHeight | sets the maximum height for the view |
| maxTime | maximum allowed time |
| maxWidth | sets the maximum width for the view |
| minDate | set min limit for selected date |
| minHeight | sets the minimal height for the view |
| minTime | minimal allowed time |
| minWidth | sets the minimal width for the view |
| minuteStep | the step of the time selector |
| monthHeader | hides/shows the calendar header |
| monthSelect | enables the ability to select month by clicking the "month" panel |
| mouseEventDelay | the delay between a real mouse action and invoking the related events |
| multiselect | enables multiple selection of dates |
| navigation | activates the selection keyboard navigation |
| on | allows attaching custom handlers to inner events of the component |
| onClick | attaches a click handler for component parts with the specified CSS class |
| onContext | a property used to define custom context-click (right click) handlers for elements in the DataTable cells
|
| onDblClick | attaches a dblclick behavior for component items with the specified CSS class. |
| onMouseMove | attaches a mousemove behavior for component items with the specified CSS class. |
| skipEmptyWeeks | enables/disables displaying empty weeks (true) |
| timeIcon | sets an icon for time in the calendar |
| timepicker | enables clock displaying for time selection |
| timepickerHeight | sets height of timepicker area |
| type | type of calendar view |
| weekHeader | enables/disables additional header with week days (false) |
| weekNumber | enables/disables additional left column with weeks' numbers (true) |
| width | sets the width of a widget |