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

CalendarControl Class

Represents a Calendar control.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[ToolboxBitmap(typeof(XtraSchedulerReport), "Bitmaps256.calendar.bmp")]
public class CalendarControl :
    DataDependentControlBase

Remarks

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 ReportControls - Relation icon 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:

ReportControls-CalendarControl

Inheritance

Object
MarshalByRefObject
Component
XRControl
DevExpress.XtraScheduler.Reporting.ReportViewControlBase
DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase
See Also