MindFusion.Scheduling for ASP.NET Programmer's Guide
Appointment.Locked Property
See Also
 





Gets or sets a value indicating whether users are allowed to modify this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override bool Locked { get; set; }

Visual Basic  Copy Code

Public Overrides Property Locked As Boolean

 Property Value

true if users are not allowed to modify the appointment interactively; otherwise false. Default value is false.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace