Back to Devexpress

DayViewTimeRuler Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-9d14707f.md

latest2.9 KB
Original Source

DayViewTimeRuler Class

A time ruler for the daily style report.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[XRDesigner("DevExpress.XtraScheduler.Reporting.Design.DayViewTimeRulerDesigner,DevExpress.XtraScheduler.v25.2.Reporting.Extensions")]
public class DayViewTimeRuler :
    DayViewControlBase,
    ISupportTimeRuler
vb
<XRDesigner("DevExpress.XtraScheduler.Reporting.Design.DayViewTimeRulerDesigner,DevExpress.XtraScheduler.v25.2.Reporting.Extensions")>
Public Class DayViewTimeRuler
    Inherits DayViewControlBase
    Implements ISupportTimeRuler

Remarks

The DayViewTimeRuler is designed to represent the Time Ruler in the printout. It is linked to the Day View time cell control via the DayViewTimeRuler.TimeCells. When the control is linked, a link sign appears.

The DayViewTimeRuler adjusts its time scale to the DayViewTimeCells.TimeScale setting of the linked control. To fill the gap between the left side of the headers control, to which the corresponding Day View time cell control is linked, and the top of the time ruler, the time ruler can be stretched. The length by which the control is extended is specified via the DayViewTimeRuler.Corners property.

Inheritance

Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase DayViewControlBase DayViewTimeRuler

See Also

DayViewTimeRuler Members

DevExpress.XtraScheduler.Reporting Namespace