Gets or sets a value indicating whether users are allowed to move the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract bool AllowMove { get; set; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride Property AllowMove As Boolean |
true if the item can be moved interactively; otherwise, false. The default is true.
See Also