IsDragDropDisabled Property (C1Scheduler)
In This Topic
Gets or sets a
System.Boolean value that indicates whether the
C1Scheduler doesn't allow appointment resizing and drag operations. This is a dependency property.
Syntax
'Declaration
Public Property IsDragDropDisabled As Boolean
public bool IsDragDropDisabled {get; set;}
See Also