A class that represents the data context of a highlight item during resize operation.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class ResizeDecorationBlock : DecorationBlock, INotifyPropertyChanged, IDisposable, IDecorationBlock, IDateSpan
Inheritance: objectViewModelBaseDateSpanDecorationBlockResizeDecorationBlock
Implements:
Inherited Members
Properties
Gets or sets the appointment.
C#
public IAppointment Appointment { get; }
C#
public bool IsResizedFromEnd { get; set; }