ClassTimelineAppointmentLayoutArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class TimelineAppointmentLayoutArgs : EventArgs
Inheritance: objectEventArgsTimelineAppointmentLayoutArgs
Inherited Members
Constructors
TimelineAppointmentLayoutArgs(RectangleF, IEvent)
Declaration
cs-api-definition
public TimelineAppointmentLayoutArgs(RectangleF proposedBounds, IEvent appointment)
Parameters
proposedBounds
appointment
Properties
Appointment
Gets the appointment.
ProposedBounds
Gets or sets the proposed bounds.
Declaration
cs-api-definition
public RectangleF ProposedBounds { get; set; }
Property Value