MindFusion.Wpf Pack Programmer's Guide
Calendar.EnableDragCreate Property
See Also
 





Gets or sets a value indicating whether items are created merely by dragging in the control. This is a dependency property.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public bool EnableDragCreate { get; set; }

Visual Basic  Copy Code

Public Property EnableDragCreate As Boolean

 Property Value

true to enable interactive item creation when the users clicks and drags in the control; false to disable it. The default is false.

 Remarks

By default, the items in Scheduling for WPF 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.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace