Class ResizeDecorationBlock
A class that represents the data context of a highlight item during resize operation.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ResizeDecorationBlock : DecorationBlock, INotifyPropertyChanged, IDisposable, IDecorationBlock, IDateSpan
Properties
Appointment
Gets or sets the appointment.
Declaration
public IAppointment Appointment { get; }
Property Value
IAppointment
|
IsResizedFromEnd
Declaration
public bool IsResizedFromEnd { get; set; }
Property Value
System.Boolean
|