Class SchedulerWeeklyPrintStyle
Represents a print style which prints appointments
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerWeeklyPrintStyle : SchedulerBaseWeeklyPrintStyle, ICloneable
Constructors
SchedulerWeeklyPrintStyle()
Creates a new instance of the class.
Declaration
public SchedulerWeeklyPrintStyle()
SchedulerWeeklyPrintStyle(DateTime, DateTime)
Creates a new instance of the class.
Declaration
public SchedulerWeeklyPrintStyle(DateTime startRange, DateTime endRange)
Parameters
System.DateTime
startRange
The start date of the printing range. |
System.DateTime
endRange
The end date of the printing range. |
Properties
DaysLayout
Gets or sets how the day cells should be arranged.
Declaration
public WeeklyStyleLayout DaysLayout { get; set; }
Property Value
WeeklyStyleLayout
|
Methods
CopyProperties(SchedulerPrintStyle)
Declaration
public override void CopyProperties(SchedulerPrintStyle destination)
Parameters
SchedulerPrintStyle
destination
|
Overrides
DrawAppointmentsArea(Rectangle, Graphics, Int32)
Declaration
protected override void DrawAppointmentsArea(Rectangle appArea, Graphics graphics, int pageNumber)
Parameters
System.Drawing.Rectangle
appArea
|
System.Drawing.Graphics
graphics
|
System.Int32
pageNumber
|
Overrides
DrawHalfWeek(Rectangle, Graphics, Int32)
Declaration
protected virtual void DrawHalfWeek(Rectangle appArea, Graphics graphics, int pageNumber)
Parameters
System.Drawing.Rectangle
appArea
|
System.Drawing.Graphics
graphics
|
System.Int32
pageNumber
|
DrawNotesArea(Graphics, Rectangle, Int32)
Declaration
protected override Rectangle DrawNotesArea(Graphics graphics, Rectangle drawingArea, int pageNumber)
Parameters
System.Drawing.Graphics
graphics
|
System.Drawing.Rectangle
drawingArea
|
System.Int32
pageNumber
|
Returns
System.Drawing.Rectangle
|
Overrides
DrawWeekOnSinglePage(Rectangle, Graphics, Int32)
Declaration
protected virtual void DrawWeekOnSinglePage(Rectangle appArea, Graphics graphics, int pageNumber)
Parameters
System.Drawing.Rectangle
appArea
|
System.Drawing.Graphics
graphics
|
System.Int32
pageNumber
|