Class ContextMenuSettings
A class that holds schedule context menu items.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ContextMenuSettings : EJTagHelper
Constructors
ContextMenuSettings()
Declaration
public ContextMenuSettings()
Properties
Enable
Gets or sets the value that indicates whether to enable the context menu option or not.
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the value that indicates whether to enable the context menu option or not. |
MenuItems
Gets or sets the default context menu options that are applicable for both Schedule cells and appointments.
Declaration
[JsonProperty("menuItems")]
public MenuItems MenuItems { get; set; }
Property Value
Type | Description |
---|---|
MenuItems | It accepts the default context menu options that are applicable for both Schedule cells and appointments. |