MindFusion.Wpf Pack Programmer's Guide
Item.AllowMove Property
See Also
 





Gets or sets a value indicating whether users are allowed to move the item.

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

 Syntax

C#  Copy Code

public abstract bool AllowMove { get; set; }

Visual Basic  Copy Code

Public MustOverride Property AllowMove As Boolean

 Property Value

true if the item can be moved interactively; otherwise, false. The default is true.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace
AllowChangeStart Property
AllowChangeEnd Property