Skip to main content

CustomizeTimeRulerFormEventArgs.TimeRuler Property

Gets the time ruler that is customized via the Time Ruler dialog.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

public TimeRuler TimeRuler { get; }
Public ReadOnly Property TimeRuler As TimeRuler

Property Value

Type Description
TimeRuler

A TimeRuler object specifying the time ruler.

Remarks

Use the TimeRuler property to obtain settings of the time ruler customized via the Time Ruler dialog. The standard Time Ruler dialog is shown in the image below:

DXScheduler_TimeRulerDialog

See Also