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





Gets or sets a value indicating whether users are allowed to change the appointment's end time.

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

 Syntax

C#  Copy Code

public override bool AllowChangeEnd { get; set; }

Visual Basic  Copy Code

Public Overrides Property AllowChangeEnd As Boolean

 Property Value

true if the appointment's end time can be changed interactively; otherwise false. Default value is true.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace