Search
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.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool StartEditAfterModify { get; set; }

Visual Basic  Copy Code

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