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.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

See Also