ClassCalendarPrintElement
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class CalendarPrintElement : RadPrintElement
Inheritance: objectRadPrintElementCalendarPrintElement
Inherited Members
Constructors
Properties
Date
Gets or sets a date that indicates which month should be displayed.
DateTimeFormat
Gets or sets a DateTimeFormatInfo instance which indicates the format of the calendar.
Declaration
cs-api-definition
public DateTimeFormatInfo DateTimeFormat { get; set; }
Property Value
Methods
SetSpecialDate(DateTime)
Sets a date as special e.g. its number will be drawn bold.
Declaration
cs-api-definition
public void SetSpecialDate(DateTime date)
Parameters
date
The date to set.
UnsetSpecialDate(DateTime)
Sets a date as regular e.g. its number will be drawn regular.
Declaration
cs-api-definition
public void UnsetSpecialDate(DateTime date)
Parameters
date
The date to unset.