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
C# Copy Code |
---|
public bool StartEditAfterModify { get; set; } |
Visual Basic Copy Code |
---|
Public Property StartEditAfterModify As Boolean |
true to enable automatic in-place editing after item modification; false to disable it. The default is false.