Skip to main content
A newer version of this page is available. .

DayViewTimeRuler.TimeRuler Property

Provides access to the options which characterize the TimeRuler object.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Reporting.dll

Declaration

[DefaultValue(null)]
public TimeRuler TimeRuler { get; }

Property Value

Type Default Description
TimeRuler *null*

A TimeRuler object containing settings applied to the DayViewTimeRuler control.

Remarks

Use the TimeRuler property to set the TimeRuler-specific properties for the DayViewTimeRuler control.

See Also