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





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

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

 Syntax

C#  Copy Code

public abstract bool AllowChangeEnd { get; set; }

Visual Basic  Copy Code

Public MustOverride Property AllowChangeEnd As Boolean

 Property Value

true if the users are allowed to change the end DateTime; otherwise false.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace