Search
Calendar.AllowContextMenu Property
See Also
 






Gets or sets a value indicating whether tapping and holding over an item or an empty cell will display a context menu.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool AllowContextMenu { get; set; }

Visual Basic  Copy Code

Public Property AllowContextMenu As Boolean

 Property Value

true to display context menu when the users tap and hold over an item or an empty cell; otherwise, false. The default is true.

 See Also