Skip to main content

DayViewTimeRuler.TimeRuler Property

Provides access to the options which characterize the TimeRuler object.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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