Skip to main content

MVCxSchedulerDayView.TimeRulers Property

Provides access to the collection of TimeRuler objects.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTimeRulerCollection TimeRulers { get; }

Property Value

Type Description
MVCxTimeRulerCollection

A MVCxTimeRulerCollection object that is the time ruler collection.

Remarks

The TimeRulers property provides access to the MVCxTimeRulerCollection object that represents a collection of time rulers within the Day View. The collection’s properties and methods can be used to access individual collection items (instances of the TimeRuler class).

See Also