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
C# Copy Code |
---|
public bool AllowContextMenu { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowContextMenu As Boolean |
true to display context menu when the users tap and hold over an item or an empty cell; otherwise, false. The default is true.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |