Class DragDropDecorationBlock
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 DragDropDecorationBlock : DecorationBlock, INotifyPropertyChanged, IDisposable, IDecorationBlock, IDateSpan
Properties
Appointment
Gets the appointment that is associated with the block.
Declaration
public IAppointment Appointment { get; }
Property Value
IAppointment
|
GroupItemInfo
Gets or sets the group item info that is associated with the block.
Declaration
public IGroupItemInfo GroupItemInfo { get; set; }
Property Value
IGroupItemInfo
|