Gets or sets the modifier key, which lets users drag items between different contacts, resources, locations or tasks in a grouped view. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public ModifierKeys ItemChangeReferenceKey { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemChangeReferenceKey As ModifierKeys |
A member of the ModifiedKeys enumeration. The default is Alt.
See Also