Search
ModifiedItemInfo.ResizeEnd Property
See Also
 





Gets a value indicating whether the item's end has been modified.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool ResizeEnd { get; }

Visual Basic  Copy Code

Public ReadOnly Property ResizeEnd As Boolean

 Property Value

A Boolean value indicating whether the item's end has been modified.

 See Also