WorkWeekViewPropsPremium
Represents the properties of the KendoReact WeekView Component.
| Name | Type | Default | Description | 
|---|---|---|---|
| className? | 
 | Sets a custom  | |
| currentTimeMarker? | 
 | If set to  | |
| dateHeaderCell? | 
 | Represents component based on the DateHeaderCellProps. | |
| dateRange? | 
 | Overrides the  If a function is passed, an object of type SchedulerViewDateRangeArgs will be passed. | |
| defaultShowWorkHours? | 
 | Sets the initial business-hour mode. Default  This option applies only the initial  | |
| editable? | 
 | Overrides the general  | |
| editItem? | 
 | Overrides the  | |
| editSlot? | 
 | Overrides the  | |
| endTime? | 
 | The end time of the view. The WeekView displays events which are visible before the end time.
Accepts string values in the  | |
| form? | 
 | Overrides the  | |
| id? | 
 | Sets a custom  | |
| item? | 
 | Overrides the  | |
| name? | 
 | The name property is used by the Scheduler to match which view is selected. Every view has a default name. | |
| onDataAction? | 
 | Called every time any of the SchedulerView Slots or Items trigger a data action, through editing, deleting or creating new  | |
| selectedDateFormat? | 
 | The long-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to  | |
| selectedShortDateFormat? | 
 | The short-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to  | |
| showWorkHours? | 
 | If set to  This will always override the internal  | |
| slot? | 
 | Overrides the  | |
| slotDivisions? | 
 | The number of divisions of the time slots. | |
| slotDuration? | 
 | The duration (in minutes) of the time slots. | |
| startTime? | 
 | The start time of the view. The WeekView displays events which are visible after the start time.
Accepts string values in the  | |
| style? | 
 | Sets a custom  | |
| timeHeaderCell? | 
 | Represents component based on the TimeHeaderCellProps. | |
| title? | 
 | The title to be displayed in the view selection list in the Toolbar. If a function is passed, it will receive a [LocalizationService]({ slug api_intl_localizationservice }) as an argument | |
| viewItem? | 
 | Overrides the  | |
| viewSlot? | 
 | Overrides the  | |
| workDayEnd? | 
 | The end time of the view when  | |
| workDayStart? | 
 | The start time of the view when  | |
| workWeekEnd? | 
 | The end of the work week. | |
| workWeekStart? | 
 | The start of the work week. |