ASP.NET Pack Programmer's Guide
Calendar.ItemChangeResourceKey Property
See Also
 





Gets or sets the modifier key, which lets users drag items between different contacts, resources, locations or tasks in a grouped view.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Keys ItemChangeResourceKey { get; set; }

Visual Basic  Copy Code

Public Property ItemChangeResourceKey As Keys

 Property Value

One of the Keys enumeration values. Default value is Keys.None.

 Remarks

By default an item dragged in a grouped view can be dropped into any column (associated with different or the original resource). This behavior can be overridden by setting this property to a value different from Keys.None so that the dragged item can be dropped only in a column, associated with the original contact, location, task or resource.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace