Gets or sets a value indicating whether items are created merely by dragging in the control.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool EnableDragCreate { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableDragCreate As Boolean |
true to enable interactive item creation when the users clicks and drags in the control; false to disable it. The default is false.
By default, the items in MindFusion.Scheduling are created interactively by selecting a time range in the current view and typing. Setting this property to true overrides this behavior and enables users to create items by clicking and dragging.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |