You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
page_title: Weeek View | RadGantt for ASP.NET AJAX Documentation
4
-
description: Weeek View
2
+
title: Week View
3
+
page_title: Week View | RadGantt for ASP.NET AJAX Documentation
4
+
description: Week View
5
5
slug: gantt/views/week-view
6
6
tags: week,view
7
7
published: True
8
8
position: 2
9
9
---
10
10
11
-
# Weeek View
11
+
# Week View
12
12
13
13
14
14
15
-
The **Weeek View** shows all loaded tasks for a RadGantt, distributed in columns that have duration of one day. Those columns are further grouped in weeks.
15
+
The **Week View** shows all loaded tasks for a **RadGantt** distributed in columns that have duration of one day. Those columns are further grouped into weeks.
16
16
17
17

18
18
19
-
## Weeek View Settings:
19
+
## WeekViewSettings Object
20
20
21
-
**Table 1** demonstrates the properties, that are available within the **WeeekViewSettings** object.
21
+
**Table 1** demonstrates the properties that are available within the **WeekViewSettings** object.
22
22
23
23
| Name | Type | Description |
24
24
| ------ | ------ | ------ |
25
25
|**DayHeaderDateFormat**|string|Gets or sets the day header date format string in **WeekView**.|
26
-
|**RangeEnd**|DateTime?|Gets or sets the end time of the visible range on the **WeekView**. The **RangeEnd** date will not be included within the visible range.|
27
-
|**RangeStart**|DateTime?|Gets or sets the start time of the visible range on the **WeekView**.|
28
-
|**SelectedDate**|DateTime?|Gets or sets the date to which the timeline of the **WeekView** is scrolled.|
26
+
|**RangeEnd**|DateTime?|Gets or sets the end date and time of the visible range of the **WeekView**. The **RangeEnd** date will not be included within the visible range.|
27
+
|**RangeStart**|DateTime?|Gets or sets the start date and time of the visible range of the **WeekView**.|
28
+
|**SelectedDate**|DateTime?|Gets or sets the date and time to which the timeline of the **WeekView** is scrolled.|
29
29
|**SlotWidth**|Unit|Gets or sets the slot width in pixels for the **WeekView**.|
30
30
|**Type**|Telerik.Web.UI.GanttViewType enumeration|Gets the type of the **View**. In this case a **WeekView**.|
31
31
|**UserSelectable**|bool|Gets or sets a value indicating whether to render a tab for the **WeekView** in the view chooser.|
32
32
|**WeekHeaderDateFormat**|string|Gets or sets the week header date format string in **WeekView**.|
33
33
34
-
35
34
# See Also
36
35
37
36
*[Views Overview]({%slug gantt/views/overview%})
@@ -44,4 +43,3 @@ The **Weeek View** shows all loaded tasks for a RadGantt, distributed in columns
0 commit comments