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.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool DelayInplaceEdit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DelayInplaceEdit As Boolean |
true to delay in-place editing; otherwise, false. The default is true.
See Also