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