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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool IsDragDropDisabled { get; set; }
Visual Basic (Declaration)
Public Property IsDragDropDisabled As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also