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

DayViewTimeCells(ReportDayView) Constructor

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public DayViewTimeCells(
    ReportDayView view
)

Parameters

Name Type Description
view ReportDayView

A ReportDayView class instance, representing the Day View component.

See Also