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





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 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 allowed to move an appointment thus changing its scheduled time; otherwise, false. The default is false.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace