Gets or sets a value indicating whether users are allowed to move the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# 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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |