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