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

DayViewTimeRuler(ReportDayView) Constructor

Initializes a new instance of the DayViewTimeRuler class linked to the specified view component.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public DayViewTimeRuler(
    ReportDayView dayView
)

Parameters

Name Type Description
dayView ReportDayView

A ReportDayView class instance, representing the Day View component.

See Also