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 DragDropDecorationBlock : DecorationBlock, INotifyPropertyChanged, IDisposable, IDecorationBlock, IDateSpan
Inheritance: objectViewModelBaseDateSpanDecorationBlockDragDropDecorationBlock
Implements:
Inherited Members
Properties
Gets the appointment that is associated with the block.
C#
public IAppointment Appointment { get; }
Gets or sets the group item info that is associated with the block.
C#
public IGroupItemInfo GroupItemInfo { get; set; }