Search
ItemModifyConfirmEventArgs.ResizeStart Property
See Also
 






Gets a value indicating whether the item's start is being modified.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool ResizeStart { get; }

Visual Basic  Copy Code

Public ReadOnly Property ResizeStart As Boolean

 Property Value

true if the item's start is being modified; false if item is moved or its end is being modified.

 See Also