Back to Devexpress

CalendarControl Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting.md

latest2.6 KB
Original Source

CalendarControl Class

Represents a Calendar control.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DXLicenseWinFormsEditors]
public class CalendarControl :
    DataDependentControlBase
vb
<DXLicenseWinFormsEditors>
Public Class CalendarControl
    Inherits 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 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:

Inheritance

Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase DataDependentControlBase CalendarControl

See Also

CalendarControl Members

DevExpress.XtraScheduler.Reporting Namespace