ASP.NET Pack 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
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override bool AllowMove { get; set; }

Visual Basic  Copy Code

Public Overrides Property AllowMove As Boolean

 Property Value

true if users can move the appointment by dragging it; otherwise false. Default value is true.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace