Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerDetailsPrintStyle : SchedulerPrintStyle, ICloneable
Inheritance: objectSchedulerPrintStyleSchedulerDetailsPrintStyle
Implements:
Inherited Members
Constructors
Creates a new instance of the class.
public SchedulerDetailsPrintStyle()
Properties
Gets or sets the string that will be printed instead of date for all-day appointments
public string AllDayString { get; set; }
Gets or sets the width of the area which displays appointments' date.
[Browsable(false)]
public int AppointmentDateWidth { get; set; }
Gets or sets the height of appointments' summary.
[Browsable(false)]
public int AppointmentTitleHeight { get; set; }
Gets or sets the height of the element that displays the current date.
[Browsable(false)]
public int DayHeaderHeight { get; set; }
Gets or sets the conndition under which the printing should continue on a new page.
[Browsable(true)]
public PageBreakMode PageBreakMode { get; set; }
Gets or sets the string that will be printed to indicate that the appointment is all-day and its description has been previously printed
public string PleaseSeeAboveString { get; set; }
Methods
public override void CopyProperties(SchedulerPrintStyle destination)
Overrides:
Draws the page heading.
protected override Rectangle DrawTopArea(Rectangle drawingArea, Graphics graphics, int pageNumber)
The area in which the heading should be drawn.
graphicsGraphicsThe graphics used for drawing.
pageNumberintThe number of the page.
Returns:The bounds of the top area.
Overrides:
public override void EndPrint()
Overrides: