Back to Devexpress

MVCxTimeRulerCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-ccf47239.md

latest3.5 KB
Original Source

MVCxTimeRulerCollection Class

A collection of time rulers.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTimeRulerCollection :
    TimeRulerCollection
vb
Public Class MVCxTimeRulerCollection
    Inherits TimeRulerCollection

The following members return MVCxTimeRulerCollection objects:

Remarks

The MVCxTimeRulerCollection is a collection of TimeRuler objects. Time rulers are used to display the time of the view’s visible interval which is specified by the DayView.VisibleTime property. The Day (and Work-Week) view allows an unlimited number of time rulers to be displayed. Views expose time rulers via the its MVCxSchedulerDayView.TimeRulers and MVCxSchedulerWorkWeekView.TimeRulers properties. Properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

Implements

IList<TimeRuler>

ICollection<TimeRuler>

IEnumerable<TimeRuler>

IList

ICollection

IEnumerable

DevExpress.Utils.IBatchUpdateable

DevExpress.Utils.IBatchUpdateHandler

Inheritance

Object DXCollectionBase<TimeRuler> DXCollection<TimeRuler> NotificationCollection<TimeRuler> TimeRulerCollection MVCxTimeRulerCollection

See Also

MVCxTimeRulerCollection Members

TimeRuler

DevExpress.Web.Mvc Namespace