ClassSchedulerBaseWeeklyPrintStyle
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public abstract class SchedulerBaseWeeklyPrintStyle : SchedulerPrintStyle, ICloneable
Inheritance: objectSchedulerPrintStyleSchedulerBaseWeeklyPrintStyle
Derived Classes:
Implements:
Inherited Members
Constructors
SchedulerBaseWeeklyPrintStyle()
Creates a new instance of the class.
Declaration
public SchedulerBaseWeeklyPrintStyle()
SchedulerBaseWeeklyPrintStyle(DateTime, DateTime)
Creates a new instance of the class.
Properties
AppointmentHeight
Gets or sets the height of the appointments.
Declaration
[Browsable(false)]
public int AppointmentHeight { get; set; }
Property Value
DateEndRange
Gets or sets the end date of the date range which describes which appointments should be printed.
Declaration
[Browsable(true)]
public override DateTime DateEndRange { get; set; }
Property Value
Overrides
DateStartRange
Gets or sets the start date of the date range which describes which appointments should be printed.
Declaration
[Browsable(true)]
public override DateTime DateStartRange { get; set; }
Property Value
Overrides
ExcludeNonWorkingDays
Gets or sets a value indiating whether the nonworking days should be printed.
Declaration
[Browsable(true)]
public bool ExcludeNonWorkingDays { get; set; }
Property Value
FirstDayOfWeek
Gets or sets the first day to be printed.
Declaration
[Browsable(true)]
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
OverflowImage
Gets or sets the image that is printed at the bottom of a cell when there are more appointments than can be shown.
Declaration
[Browsable(true)]
public Image OverflowImage { get; set; }
Property Value
TwoPagesPerWeek
Gets or sets a value indicating whether a single page should be printed on two pages.
Declaration
[Browsable(true)]
public bool TwoPagesPerWeek { get; set; }
Property Value
Methods
GetNumberOfPages(Rectangle, Graphics)
Returns the potential number of pages.
GetPageDate(int)
Gets the date that corresponds to a given page.
GetPageResource(int)
Gets the resource that corresponds to a given page.