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





Gets or sets a value indicating whether users are allowed to move the appointment.

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

 Syntax

C#  Copy Code

public override bool AllowMove { get; set; }

Visual Basic  Copy Code

Public Overrides Property AllowMove As Boolean

 Property Value

true if the appointment can be moved interactively; otherwise, false. The default is true.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace
AllowChangeStart Property
AllowChangeEnd Property