Skip to main content

DayViewTimeCells(ReportDayView) Constructor

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public DayViewTimeCells(
    ReportDayView view
)

Parameters

Name Type Description
view ReportDayView

A ReportDayView class instance, representing the Day View component.

See Also