Skip to main content

CalendarControl(ReportViewBase) Constructor

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public CalendarControl(
    ReportViewBase view
)

Parameters

Name Type Description
view ReportViewBase

A ReportViewBase descendant, representing an associated view.

See Also