Skip to main content

DayView.TimeRulers Property

Provides access to the View's collection of time rulers.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public SchedulerTimeRulerCollection TimeRulers { get; }

#Property Value

Type Description
SchedulerTimeRulerCollection

A SchedulerTimeRulerCollection object that represents a time ruler collection.

#Remarks

The TimeRulers property provides access to the SchedulerTimeRulerCollection object that specifies a collection of time rulers within the Day or Work-Week View. The collection's properties and methods can be used to manipulate individual collection items (instances of the SchedulerTimeRuler class).

See Also