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





Gets or sets the modifier key, which when pressed allows users to interactively clone items.

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

 Syntax

C#  Copy Code

public Keys ItemCloneKey { get; set; }

Visual Basic  Copy Code

Public Property ItemCloneKey As Keys

 Property Value

One of the Keys enumeration values that specifies the modifier key for cloning items. Default value is Keys.Shift.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace