PocketPlanner Programmer's Guide

Calendar.AllowInplaceEdit Property

See Also

Gets or sets a value indicating whether users are allowed to edit items interactively.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool AllowInplaceEdit { get; set; }

Visual Basic

Public Property AllowInplaceEdit As Boolean

 Property Value

true to allow users to edit schedule items; otherwise, false. The default is true.

 Remarks

If this property is disabled, users cannot edit item's text interactively. Controlling the editing of item text can be done by handling the ItemInplaceEditStarting and ItemInplaceEditEnding events.

 See Also