menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextMenuSettings

    Show / Hide Table of Contents

    Class ContextMenuSettings

    A class that holds schedule context menu items.

    Inheritance
    System.Object
    EJTagHelper
    ContextMenuSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved