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

TimeIntervalInfo(ReportViewBase) Constructor

Initializes a new instance of the TimeIntervalInfo class with the specified View.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public TimeIntervalInfo(
    ReportViewBase view
)

Parameters

Name Type Description
view ReportViewBase

A ReportViewBase class descendant, representing the associated view.

See Also