General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
MVCxSchedulerFullWeekView.TimeRulers Property
Provides access to the collection of time rulers
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.2.dll
Declaration
public MVCxTimeRulerCollection TimeRulers { get; }
Public ReadOnly Property TimeRulers As MVCxTimeRulerCollection
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
Feedback