Search
Item.AllowChangeStart Property
See Also
 





Gets or sets a value indicating whether users are allowed to change the item's start time.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public abstract bool AllowChangeStart { get; set; }

Visual Basic  Copy Code

Public MustOverride Property AllowChangeStart As Boolean

 Property Value

true if the item's start can be modified interactively; otherwise, false. The default is true.

 See Also