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