ClassAppointmentPrintElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class AppointmentPrintElement : RadPrintElement
Inheritance: objectRadPrintElementAppointmentPrintElement
Inherited Members
Constructors
AppointmentPrintElement()
Declaration
public AppointmentPrintElement()
AppointmentPrintElement(IEvent, ISchedulerData)
Declaration
public AppointmentPrintElement(IEvent appointment, ISchedulerData data)
Parameters
appointment
data
Properties
Appointment
Gets or sets the appointment which this element represents.
End
Gets the end date of the appointment according to the selected timezone.
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.
Start
Gets the start date of the appointment according to the selected timezone.
StatusAreaWidth
Gets or sets the width of the status idicator.
Text
Gets or sets the text to be drawn.
Declaration
public override string Text { get; set; }
Property Value
Overrides
TimeFormat
Gets or sets the format in which the times will be shown when ShowHours is true.
Methods
PaintFill(Graphics, RectangleF)
Declaration
protected override void PaintFill(Graphics g, RectangleF rect)
Parameters
g
rect
Overrides
PaintText(Graphics, RectangleF)
Declaration
protected override void PaintText(Graphics g, RectangleF rect)
Parameters
g
rect
Overrides