PocketPlanner Programmer's Guide

Calendar.DelayInplaceEdit Property

See Also

Gets or sets a value indicating whether the in-place editing of an item is delayed for a second when the item is clicked.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool DelayInplaceEdit { get; set; }

Visual Basic

Public Property DelayInplaceEdit As Boolean

 Property Value

true to delay in-place editing; otherwise, false. The default is true.

 See Also