PocketPlanner 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: PocketPlanner

 Syntax

C#

public abstract bool Locked { get; set; }

Visual Basic

Public MustOverride Property Locked As Boolean

 Property Value

true if users are allowed to move the item thus changing its scheduled time; otherwise, false.

 See Also