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
Creates a new instance of the class.
public SchedulerBaseWeeklyPrintStyle()
Properties
Gets or sets the height of the appointments.
[Browsable(false)]
public int AppointmentHeight { get; set; }
Gets or sets the end date of the date range which describes which appointments should be printed.
[Browsable(true)]
public override DateTime DateEndRange { get; set; }
Overrides:
Gets or sets the start date of the date range which describes which appointments should be printed.
[Browsable(true)]
public override DateTime DateStartRange { get; set; }
Overrides:
Gets or sets a value indiating whether the nonworking days should be printed.
[Browsable(true)]
public bool ExcludeNonWorkingDays { get; set; }
Gets or sets the first day to be printed.
[Browsable(true)]
public DayOfWeek FirstDayOfWeek { get; set; }
Gets or sets the image that is printed at the bottom of a cell when there are more appointments than can be shown.
[Browsable(true)]
public Image OverflowImage { get; set; }
Gets or sets a value indicating whether a single page should be printed on two pages.
[Browsable(true)]
public bool TwoPagesPerWeek { get; set; }