Class AppointmentPrintElement
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentPrintElement : RadPrintElement
Constructors
AppointmentPrintElement()
Declaration
public AppointmentPrintElement()
AppointmentPrintElement(IEvent, ISchedulerData)
Declaration
public AppointmentPrintElement(IEvent appointment, ISchedulerData data)
Parameters
IEvent
appointment
|
ISchedulerData
data
|
Properties
Appointment
Gets or sets the appointment which this element represents.
Declaration
public IEvent Appointment { get; set; }
Property Value
IEvent
|
End
Gets the end date of the appointment according to the selected timezone.
Declaration
public DateTime End { get; }
Property Value
System.DateTime
|
ShowHours
Gets or sets whether appointment's start and end hours should be displayed. Should be set after the print element has been associated with an appointment.
Declaration
public bool ShowHours { get; set; }
Property Value
System.Boolean
|
Start
Gets the start date of the appointment according to the selected timezone.
Declaration
public DateTime Start { get; }
Property Value
System.DateTime
|
StatusAreaWidth
Gets or sets the width of the status idicator.
Declaration
public int StatusAreaWidth { get; set; }
Property Value
System.Int32
|
Text
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
TimeFormat
Gets or sets the format in which the times will be shown when ShowHours is true.
Declaration
public string TimeFormat { get; set; }
Property Value
System.String
|
Methods
PaintFill(Graphics, Rectangle)
Declaration
protected override void PaintFill(Graphics g, Rectangle rect)
Parameters
System.Drawing.Graphics
g
|
System.Drawing.Rectangle
rect
|
Overrides
PaintFill(Graphics, RectangleF)
Declaration
protected override void PaintFill(Graphics g, RectangleF rect)
Parameters
System.Drawing.Graphics
g
|
System.Drawing.RectangleF
rect
|
Overrides
PaintText(Graphics, Rectangle)
Declaration
protected override void PaintText(Graphics g, Rectangle rect)
Parameters
System.Drawing.Graphics
g
|
System.Drawing.Rectangle
rect
|
Overrides
PaintText(Graphics, RectangleF)
Declaration
protected override void PaintText(Graphics g, RectangleF rect)
Parameters
System.Drawing.Graphics
g
|
System.Drawing.RectangleF
rect
|