Gets or sets a value indicating whether the in-place editing of an item is delayed for a second when the item is clicked. This is a dependency property.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# 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.