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





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

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

 Syntax

C#  Copy Code

public abstract bool Locked { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Locked As Boolean

 Property Value

true if users are forbidden to modify the Item; otherwise false.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace