windowsforms-devexpress-dot-xtrascheduler-dot-reporting.md
Represents a Calendar control.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
[DXLicenseWinFormsEditors]
public class CalendarControl :
DataDependentControlBase
<DXLicenseWinFormsEditors>
Public Class CalendarControl
Inherits DataDependentControlBase
The Calendar control is used to print a monthly calendar for a time interval, visualized by the linked time cells control. The time cells control which determines the time interval is accessible via the CalendarControl.TimeCells property, so the CalendarControl becomes linked. When the control is linked, a link sign appears.
The number of months printed by the control is determined by its size. You can resize it to print several months at one time. Days with appointments are marked in bold.
In a multicolumn layout, the control can be printed in odd or even columns. This option is available via the DataDependentControlBase.PrintInColumn property.
The general look of a control at design time is demonstrated in the following picture:
Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase DataDependentControlBase CalendarControl
See Also