CalendarControl(ReportViewBase) Constructor
In This Article
Initializes a new instance of the CalendarControl class with the specified View.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
#Declaration
public CalendarControl(
ReportViewBase view
)
#Parameters
Name | Type | Description |
---|---|---|
view | Report |
A Report |
See Also