PocketPlanner Programmer's Guide

Calendar.StartEditAfterModify Property

See Also

Gets or sets a value indicating whether in-place editing of items should automatically start after they are modified interactively.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool StartEditAfterModify { get; set; }

Visual Basic

Public Property StartEditAfterModify As Boolean

 Property Value

true to enable automatic in-place editing after item modification; false to disable it. The default is false.

 See Also