[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled

IsDragDropDisabled Property

IsDragDropDisabled

Gets or sets a bool value that indicates whether the C1Scheduler doesn't allow appointment resizing and drag operations. This is a dependency property.

Declaration
public 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.