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