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
C#
![]() |
---|
public Keys ItemChangeResourceKey { get; set; } |
Visual Basic
![]() |
---|
Public Property ItemChangeResourceKey As Keys |
One of the Keys enumeration values. Default value is Keys.None.
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.