Skip to main content
A newer version of this page is available. .

MVCxTimeRulerCollection Class

A collection of time rulers.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxTimeRulerCollection :
    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

DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
See Also