Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class TimelineAppointmentLayoutArgs : EventArgs
Inheritance: objectEventArgsTimelineAppointmentLayoutArgs
Inherited Members
Constructors
C#
public TimelineAppointmentLayoutArgs(RectangleF proposedBounds, IEvent appointment)
Properties
Gets the appointment.
C#
public IEvent Appointment { get; }
Gets or sets the proposed bounds.
C#
public RectangleF ProposedBounds { get; set; }