Search
Calendar.DragBehavior Property
See Also
 






Gets or sets how the calendar responds to users touching and dragging over empty cells.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DragBehavior DragBehavior { get; set; }

Visual Basic  Copy Code

Public Property DragBehavior As DragBehavior

 Property Value

A member of the DragBehavior enumeration. The default is Select.

 See Also