Class CalendarPrintElement
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class CalendarPrintElement : RadPrintElement
Constructors
CalendarPrintElement(DateTime)
Declaration
public CalendarPrintElement(DateTime date)
Parameters
System.DateTime
date
|
Properties
Date
Gets or sets a date that indicates which month should be displayed.
Declaration
public DateTime Date { get; set; }
Property Value
System.DateTime
|
DateTimeFormat
Gets or sets a DateTimeFormatInfo instance which indicates the format of the calendar.
Declaration
public DateTimeFormatInfo DateTimeFormat { get; set; }
Property Value
System.Globalization.DateTimeFormatInfo
|
Methods
PaintElement(Graphics, Rectangle)
Declaration
protected override void PaintElement(Graphics g, Rectangle rect)
Parameters
System.Drawing.Graphics
g
|
System.Drawing.Rectangle
rect
|
Overrides
SetSpecialDate(DateTime)
Sets a date as special e.g. its number will be drawn bold.
Declaration
public void SetSpecialDate(DateTime date)
Parameters
System.DateTime
date
The date to set. |
UnsetSpecialDate(DateTime)
Sets a date as regular e.g. its number will be drawn regular.
Declaration
public void UnsetSpecialDate(DateTime date)
Parameters
System.DateTime
date
The date to unset. |