Skip to main content

TimeRuler Class

A time ruler for the SchedulerControl

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class TimeRuler :
    LogicalContentElement<DayViewBase>

Remarks

Time rulers can be shown in the Day View, WorkWeek View and Week View.

Time rulers display the time of the view’s visible interval, specified by the VisibleTime property. A view may have several rulers, contained in the TimeRulers collection.

Inheritance

Object
DependencyObject
DevExpress.UI.Xaml.Internal.LogicalElement
DevExpress.UI.Xaml.Internal.LogicalContentElement
DevExpress.UI.Xaml.Internal.LogicalContentElement<DayViewBase>
TimeRuler
See Also