Gets or sets a Boolean value that indicates whether
the C1Scheduler doesn't allow appointment resizing and drag operations.
This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] public bool IsDragDropDisabled { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(False)> _ Public Property IsDragDropDisabled As Boolean 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.
The default value for this property is False.
This is a dependency property.