Skip to content

Commit 054203d

Browse files
authored
Merge pull request #188 from telerik/RadGantt-WeekView-copyedits
Update week-view.md
2 parents f20dbfe + 970b33f commit 054203d

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

controls/gantt/views/week-view.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
11
---
2-
title: Weeek View
3-
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
55
slug: gantt/views/week-view
66
tags: week,view
77
published: True
88
position: 2
99
---
1010

11-
# Weeek View
11+
# Week View
1212

1313

1414

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.
1616

1717
![RadGantt in Week View](images/gantt-views-weekview.png)
1818

19-
## Weeek View Settings:
19+
## WeekViewSettings Object
2020

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.
2222

2323
| Name | Type | Description |
2424
| ------ | ------ | ------ |
2525
| **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.|
2929
| **SlotWidth** |Unit|Gets or sets the slot width in pixels for the **WeekView**.|
3030
| **Type** |Telerik.Web.UI.GanttViewType enumeration|Gets the type of the **View**. In this case a **WeekView**.|
3131
| **UserSelectable** |bool|Gets or sets a value indicating whether to render a tab for the **WeekView** in the view chooser.|
3232
| **WeekHeaderDateFormat** |string|Gets or sets the week header date format string in **WeekView**.|
3333

34-
3534
# See Also
3635

3736
* [Views Overview]({%slug gantt/views/overview%})
@@ -44,4 +43,3 @@ The **Weeek View** shows all loaded tasks for a RadGantt, distributed in columns
4443

4544
* [View types demo](http://demos.telerik.com/aspnet-ajax/gantt/examples/functionality/view-types/defaultcs.aspx)
4645

47-

0 commit comments

Comments
 (0)