Class SchedulerWeeklyCalendarPrintStyle
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerWeeklyCalendarPrintStyle : SchedulerBaseWeeklyPrintStyle, ICloneable
Constructors
SchedulerWeeklyCalendarPrintStyle()
Creates a new instance of the class.
Declaration
public SchedulerWeeklyCalendarPrintStyle()
SchedulerWeeklyCalendarPrintStyle(DateTime, DateTime)
Creates a new instance of the class.
Declaration
public SchedulerWeeklyCalendarPrintStyle(DateTime startDate, DateTime endDate)
Parameters
System.DateTime
startDate
The start date of the printing range. |
System.DateTime
endDate
The end date of the printing range. |
Properties
AllDayAppointmentHeight
Gets or sets the height of the appointments in the AllDay area.
Declaration
public int AllDayAppointmentHeight { get; set; }
Property Value
System.Int32
|
HeaderAreaHeight
Gets or sets the height of the header area.
Declaration
public int HeaderAreaHeight { get; set; }
Property Value
System.Int32
|
HeaderCellFont
Gets or sets thefont of the header area cells.
Declaration
public Font HeaderCellFont { get; set; }
Property Value
System.Drawing.Font
|
HoursColumnWidth
Gets or sets the width of the hours column.
Declaration
public float HoursColumnWidth { get; set; }
Property Value
System.Single
|
MaxAllDayAreaHeight
Gets or sets the maximum height that the AllDay area can occupy.
Declaration
public int MaxAllDayAreaHeight { get; set; }
Property Value
System.Int32
|
Methods
CopyProperties(SchedulerPrintStyle)
Declaration
public override void CopyProperties(SchedulerPrintStyle destination)
Parameters
SchedulerPrintStyle
destination
|
Overrides
DrawAllDayArea(DateTime, IResource, RectangleF, Graphics, Int32)
Declaration
protected virtual float DrawAllDayArea(DateTime currentDate, IResource resource, RectangleF appArea, Graphics graphics, int pageNumber)
Parameters
System.DateTime
currentDate
|
IResource
resource
|
System.Drawing.RectangleF
appArea
|
System.Drawing.Graphics
graphics
|
System.Int32
pageNumber
|
Returns
System.Single
|
DrawAppointments(DateTime, IResource, RectangleF, Graphics)
Declaration
protected virtual void DrawAppointments(DateTime currentDate, IResource resource, RectangleF appArea, Graphics graphics)
Parameters
System.DateTime
currentDate
|
IResource
resource
|
System.Drawing.RectangleF
appArea
|
System.Drawing.Graphics
graphics
|
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
DrawCells(RectangleF, Graphics, Int32)
Declaration
protected virtual void DrawCells(RectangleF appArea, Graphics graphics, int pageNumber)
Parameters
System.Drawing.RectangleF
appArea
|
System.Drawing.Graphics
graphics
|
System.Int32
pageNumber
|
DrawHeaderCells(RectangleF, Graphics, DateTime, Int32)
Declaration
protected virtual void DrawHeaderCells(RectangleF appArea, Graphics graphics, DateTime currentDate, int pageNumber)
Parameters
System.Drawing.RectangleF
appArea
|
System.Drawing.Graphics
graphics
|
System.DateTime
currentDate
|
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
GetNumberOfDays(Int32)
Declaration
protected virtual int GetNumberOfDays(int pageNumber)
Parameters
System.Int32
pageNumber
|
Returns
System.Int32
|