ComponentOne Scheduler for WPF and Silverlight
IsDragDropDisabled Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : IsDragDropDisabled Property
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 System.Boolean
public System.bool IsDragDropDisabled {get; set;}
Remarks
Disabling of appointment resizing and drag operations is implemented with the help of IsDragDropDisabled property in default styles and templates. Make sure to honor IsDragDropDisabled property value in custom styles and templates.
See Also

Reference

C1Scheduler Class
C1Scheduler Members