MVCxSchedulerDayView.TimeRulers Property
In This Article
Provides access to the collection of TimeRuler objects.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxTimeRulerCollection TimeRulers { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#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