Class AppointmentRenderEventArgs
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentRenderEventArgs
Constructors
AppointmentRenderEventArgs(IGraphics, Rectangle, AppointmentElement)
Initializes a new instance of the AppointmentRenderEventArgs class.
Declaration
public AppointmentRenderEventArgs(IGraphics graphics, Rectangle bounds, AppointmentElement appointment)
Parameters
IGraphics
graphics
The graphics. |
System.Drawing.Rectangle
bounds
The bounds. |
AppointmentElement
appointment
The appointment. |
Properties
Appointment
Gets the appointment.
Declaration
public IEvent Appointment { get; }
Property Value
IEvent
The appointment. |
Bounds
Gets the bounds.
Declaration
public Rectangle Bounds { get; }
Property Value
System.Drawing.Rectangle
The bounds. |
Graphics
Gets the graphics.
Declaration
public IGraphics Graphics { get; }
Property Value
IGraphics
The graphics. |
Handled
Gets or sets a value indicating whether this AppointmentRenderEventArgs is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
RenderElement
Gets the render element.
Declaration
public AppointmentElement RenderElement { get; }
Property Value
AppointmentElement
The render element. |