Provides a context for a drag-drop operation.
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class SchedulingResizeState : SchedulingInteractionState
Inheritance: objectSchedulingInteractionStateSchedulingResizeState
Inherited Members
Properties
Gets a value determining whether the target is resized from start or end.
C#
public bool IsResizeFromEnd { get; }
True if the target is resized from its end; false otherwise.
Gets the target of the resize operations, i.e. the resized item.
C#
public IDateRange ResizedItem { get; }