New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Year View
The Year View shows all loaded tasks for a RadGantt distributed in columns that have duration of one month. Those columns are further grouped into years.
YearViewSettings Object
Table 1 demonstrates the properties that are available within the YearViewSettings object.
Name | Type | Description |
---|---|---|
MonthHeaderDateFormat | string | Gets or sets the month header date format string in YearView. |
RangeEnd | DateTime? | Gets or sets the end date and time of the visible range on the YearView. The RangeEnd date will not be included within the visible range. |
RangeStart | DateTime? | Gets or sets the start date and time of the visible range on the YearView. |
SelectedDate | DateTime? | Gets or sets the date and time to which the timeline of the YearView is scrolled. |
SlotWidth | Unit | Gets or sets the slot width in pixels for the YearView. |
Type | Telerik.Web.UI.GanttViewType enumeration | Gets the type of the View. In this case a YearView. |
UserSelectable | bool | Gets or sets a value indicating whether to render a tab for the YearView in the view chooser. |
YearHeaderDateFormat | string | Gets or sets the year header date format string in YearView. |