Search
ItemModifyConfirmEventArgs.ResizeEnd Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool ResizeEnd { get; }

Visual Basic  Copy Code

Public ReadOnly Property ResizeEnd As Boolean

 Property Value

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

 See Also