Gets or sets a value indicating whether users are forbidden to modify this item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract bool Locked { get; set; } |
Visual Basic Copy Code |
---|
Public MustOverride Property Locked As Boolean |
true if users are allowed to move the item thus changing its scheduled time; otherwise, false.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |