menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeGridContextMenuOptions

    Options for displaying and customizing context menu items.

    Inheritance
    System.Object
    EJTagHelper
    TreeGridContextMenuOptions
    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 TreeGridContextMenuOptions : EJTagHelper

    Constructors

    TreeGridContextMenuOptions()

    Declaration
    public TreeGridContextMenuOptions()

    Properties

    ContextMenuItems

    Option for adding items to context menu

    Declaration
    [JsonProperty("contextMenuItems")]
    public List<string> ContextMenuItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    ShowContextMenu

    Shows/hides the context menu.

    Declaration
    [JsonProperty("showContextMenu")]
    public bool ShowContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ShouldSerializeContextMenuItems()

    Declaration
    public bool ShouldSerializeContextMenuItems()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved