Gets or sets a value indicating whether users are forbidden to modify this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override bool Locked { get; set; } |
Visual Basic Copy Code |
---|
Public Overrides Property Locked As Boolean |
true if users are not allowed to modify the appointment interactively; otherwise false. Default value is false.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |