MVCxSchedulerWorkWeekView.TimeRulers Property
Provides access to the collection of time rulers
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 View. The collection’s properties and methods can be used to access individual collection items (instances of the TimeRuler class).
See Also