Class
TimelineAppointmentLayoutArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class TimelineAppointmentLayoutArgs : EventArgs

Inheritance: objectEventArgsTimelineAppointmentLayoutArgs

Inherited Members EventArgs.Empty

Constructors

TimelineAppointmentLayoutArgs(RectangleF, IEvent)

Declaration

cs-api-definition
public TimelineAppointmentLayoutArgs(RectangleF proposedBounds, IEvent appointment)

Parameters

proposedBounds

RectangleF

appointment

IEvent

Properties

Appointment

Gets the appointment.

Declaration

cs-api-definition
public IEvent Appointment { get; }

Property Value

IEvent

ProposedBounds

Gets or sets the proposed bounds.

Declaration

cs-api-definition
public RectangleF ProposedBounds { get; set; }

Property Value

RectangleF