New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.YearViewSettings

Represents settings for RadScheduler's Agenda view.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ObjectWithState
  • Telerik.Web.UI.ViewSettings
  • Telerik.Web.UI.GroupableViewSettings
  • Telerik.Web.UI.YearViewSettings

Properties

ColumnHeaderDateFormat String

Gets or sets the column header date format string in Year View.

Remarks

For additional information, please read this MSDN article.

DayHeaderDateFormat String

Gets or sets the day header date format string in Year View.

Remarks

For additional information, please read this MSDN article.

GroupBy String

Gets or sets the resource to group by.

GroupingDirection GroupingDirection

Gets or sets the resource grouping direction.

HeaderDateFormat String

Gets or sets the Year view header date format string.

Remarks

For additional information, please read this MSDN article.

MonthHeaderDateFormat String

Gets or sets the month header date format string in Year View.

Remarks

For additional information, please read this MSDN article.

ReadOnly Boolean

Gets or sets a value indicating whether the view is in read-only mode.

Remarks

By default the user is able to insert, edit and delete appointments. Use the ReadOnly to disable the editing capabilities of RadScheduler.

ShowDateHeaders Boolean

Gets or sets a value indicating whether to render date headers for the current view.

ShowMonthHeaders Boolean

Gets or sets a value indicating whether to render month headers for the year view.

ShowResourceHeaders Boolean

Gets or sets a value indicating whether to render resource headers for the current view.

UserSelectable Boolean

Gets or sets a value indicating whether to render a tab for the current view in the view chooser.

UserSelectable Boolean

Gets or sets a value indicating whether to render a tab for the current view in the view chooser.

In this article